Ship AI agents in JavaScript.Without gluing 8 libraries together.
Chat UI, runtime, tools, memory, and RAG in one ecosystem. Swap OpenAI for Claude, React for terminal, in-memory for vector DB — without a rewrite.
Built for JavaScript and TypeScript teams building agents they can evolve without a rewrite.
The chat in this site's corner is built on AgentsKit — drop the same RAG chat into your app. Build it in minutes →
- verified in repo
- 25 packages
- verified in repo
- 7 framework bindings
- verified in repo
- 25 native adapters
- verified in repo
- 50 integrations
One contract. Every tool, every model.
50+ built-in integrations and 100+ providers (5k+ models) behind a single contract — Slack, Notion, Stripe, OpenAI, Anthropic, and the long tail.
Add and run agents in one line.
`npx agentskit add <agent>` copies the source into your project — you own the code. `--run` executes it on any provider.
Read the CLI docsTools, RAG, MCP, memory, permissions.
Every agent is overridable. Wire web search, an MCP server, a retriever, memory, and a permission gate — all optional, no glue code.
See how it composesThe ecosystem
One core. Everything else plugs in.
Six contracts on one tiny core. Every layer is optional and swappable — click any to dive in.
Types, events, and six contracts. Every package plugs into this — swap any layer without touching the rest.
Continue with context
One foundation. A useful next step for every stage.
These are contextual handoffs, not another catalog. Start with the problem you have now; every product remains optional.
- 01 · beta
Start from working source
Browse ready-made agents, copy one, and keep ownership of the code.
AgentsKit Registry - 02 · alpha
Deliver the experience
Put the same agent behind web, terminal, and other chat surfaces.
AgentsKit Chat - 03 · stable
Add delivery discipline
Apply repeatable engineering standards before the system grows.
Agents Playbook - 04 · stable
Make the repo understandable
Turn repository documentation into precise handoffs for coding agents.
Doc Bridge - 05 · alpha
Verify before merge
Run a focused, low-noise review with the model already in your workflow.
AgentsKit Code Review - 06 · stable
Operate in production
Add orchestration, governance, and operational controls when you need them.
AgentsKit OS
Build the agent.Skip the plumbing.
One install. First streaming agent in under 10 lines. Swap providers, UI, and memory without a rewrite. No signup, no lock-in — MIT all the way down.
Scaffold a chat, terminal, or runtime starter — zero-config demo provider, hot-reload included.