AgentKit - multi-agent networks in TypeScript
Inngest's framework for multi-agent networks with deterministic routing and MCP-native tooling. Picks up where the LangGraph/CrewAI camps trail off.
This entry doesn't have a long-form writeup yet. Follow the source link above for the full context.
Recent discussion
From the wider webFeatured in
MCP servers and Model Context Protocol tools
Production MCP servers, gateways, frameworks, and clients - everything in this directory that speaks the Model Context Protocol.
Multi-agent frameworks and orchestration
Frameworks, harnesses, and DSLs for coordinating multiple AI agents across handoffs, parallel waves, and tool use.
Related entries
asynkor - file leasing for AI agent teams
Go MCP server that gives multiple agents (or IDEs) leases on files so concurrent edits don't trample each other - a Git-free way to avoid merge conflicts in multi-agent runs.
codex-mcp-server - call Codex from Claude Code
MCP wrapper around the OpenAI Codex CLI that lets Claude Code (or Cursor) hand specific tasks to Codex as a sub-agent over MCP.
claude-delegator - delegate to Codex and Gemini from Claude Code
MCP plugin that lets Claude Code delegate subtasks to Codex and Gemini directly inside a session. Useful for cross-model orchestration.
vurb.ts - Express.js for MCP servers
TypeScript framework for building MCP servers with type-safe tools, presenters that control what the LLM sees, and built-in PII redaction. Targets Claude Code, Cursor, and other MCP clients.