Installable AI agents for your Workflow
AgentCN is an open source kit with a CLI and agent registry. Pull agent source into your project, run it locally, and change prompts and tools in your own codebase as the library grows.
npx agentcn@latest add <agent>Browse agents →What you get with AgentCN
AgentCN packages installable AI agents for your codebase. The CLI copies source into your repo instead of hiding logic behind a hosted API.
Open source on GitHub
The registry, CLI, docs, and agent source live in one public repo. File issues, open discussions, or send a PR if you want to help shape what ships next.
Questions
How the CLI, registry, and agent docs fit together.
AgentCN is an open source kit for adding AI agents to your app. Agents publish through a CLI and registry. You install the source into your repo and change behavior by editing code, not by flipping switches in someone else's dashboard.
Pick an agent and install it
The docs list what is in the registry today, how to install each agent, and how to run it locally before you connect live providers.
Browse the docs