Build deterministic multi-agent networks with Inngest AgentKit
Use Inngest AgentKit to build TypeScript agent networks with deterministic routing, shared state, MCP tools, and local tracing.
npx skills add agentskillexchange/skills --skill build-deterministic-multi-agent-networks-with-inngest-agentkit
Use this workflow when an operator needs an agent system that can route work across multiple specialized agents, keep typed shared state, and expose MCP tools inside a TypeScript runtime. The agent/operator builds an AgentKit network, defines agents with model providers and tools, adds routers for deterministic or LLM-based handoff, then runs the workflow through the Inngest dev server or deployed orchestration environment so traces and failures are reviewable. Invoke this instead of using a chat product manually when the work needs repeatable routing, durable execution, local debugging, and auditable tool use across several agents. The scope boundary is multi-agent workflow orchestration with AgentKit primitives such as agents, networks, routers, state, tools, and MCP servers. Keep inputs, router decisions, tool outputs, and final handoff state inspectable in traces before promoting the network. It is not a broad Inngest platform listing or a generic TypeScript SDK entry; publish it only as a concrete operator workflow for designing, testing, and running multi-agent networks.