From fbc1ccbc53f1edec859cae56012d49482b469045 Mon Sep 17 00:00:00 2001 From: Tyler Buell Date: Fri, 26 Jun 2026 09:58:38 -0400 Subject: [PATCH] Add Reactive Agents to Frameworks > For clients --- ADDITIONAL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ADDITIONAL.md b/ADDITIONAL.md index 3c25b3557d..712b1b97b6 100644 --- a/ADDITIONAL.md +++ b/ADDITIONAL.md @@ -41,6 +41,7 @@ This is a curated collection of community-built frameworks and resources that si * **[OpenMCP Client](https://github.com/LSTM-Kirigaya/openmcp-client/)** - An all-in-one vscode/trae/cursor plugin for MCP server debugging. [Document](https://kirigaya.cn/openmcp/) & [OpenMCP SDK](https://kirigaya.cn/openmcp/sdk-tutorial/). * **[PHP MCP Client](https://github.com/php-mcp/client)** - Core PHP implementation for the Model Context Protocol (MCP) Client * **[Runbear](https://runbear.io/solutions/integrations/slack/mcp)** - No-code MCP client for team chat platforms, such as Slack, Microsoft Teams, and Discord. +* **[Reactive Agents](https://github.com/tylerjrbuell/reactive-agents-ts)** - A type-safe TypeScript AI agent framework built on Effect-TS; an MCP-native client/host that runs the same code on local Ollama and frontier APIs. ## 📚 Resources