AgentsKit Registry

AgentsKit Registry

Ready-to-use AI agents you copy into your project — you own the code.

The Registry is the fastest path from a task to an agent you can own. Each entry is a provider-agnostic TypeScript factory with a typed contract, tests, evaluation coverage, and source code. The CLI copies that source into your repository (you own every line) — there is no registry runtime and no lock-in.

Choose a path

What gets installed

npx agentskit add <id> downloads the manifest at /r/<id>.json, verifies the files listed by the agent, and writes the source to ./agents/<id>/. Your application imports that local source. Updating is explicit, so Registry releases never silently change a running agent.

Discovery for tools and LLMs

On this page