Package Exports
- @inngest/agent-kit
Readme
Documentation · Blog · Community
Agent kit
@inngest/agent-kit lets developers build, test, and deploy reliable AI applications
at scale — from single model calls to multi-agent workflows that use tools.
Using the SDK lets you focus on AI code instead of technical details like
orchestration, state, or infrastructure.
Installation
Agent kit requires the Inngest TypeScript SDK as a dependency. You can install both via npm or similar:
npm install @inngest/agent-kit inngestDocumentation
The full Agent kit documentation is available here. You can also jump to specific guides and references:
Examples
See Agent kit in action in fully functioning example projects:
- Test Writing Network - A ready-to-deploy Next.js demo using the Workflow Kit, Supabase, and OpenAI to power some AI content workflows.