Show HN: AgentKit – JavaScript Alternative to OpenAI Agents SDK with Native MCP
Published on: 2025-06-06 20:27:46
AgentKit
Build multi-agent networks with deterministic routing and rich tooling via MCP.
Documentation · Blog · Community
AgentKit offers more deterministic and flexible routing, works with multiple model providers, embraces MCP (for rich tooling), and supports the unstoppable and growing community of TypeScript AI developers. Combined the Inngest Dev Server to start locally and its orchestration engine, making your Agents fault-tolerant when deployed to the cloud.
Core concepts
Agents : LLM calls that can be combined with prompts, tools, and MCP.
: LLM calls that can be combined with prompts, tools, and MCP. Networks : a simple way to get Agents to collaborate with a shared State, including handoff.
: a simple way to get Agents to collaborate with a shared State, including handoff. State : combines conversation history with a fully typed state machine, used in routing.
: combines conversation history with a fully typed state machine, used in routing. Routers : where the autono
... Read full article.