AgentCN is an open-source kit for installable AI agents — add agents to your Next.js app via CLI, customize the source, and ship real workflows.
AgentCN helps you add production-ready AI agents to your codebase without building everything from scratch.
Install agents with the CLI, copy source into your project, wire environment variables, and extend behavior as your product grows.
npx agentcn@latest add web-agent (and more agents over time).examples/agent-ui-template for testing agents locally.pnpm dlx agentcn@latest add web-agent
Then open Web Agent for full setup and configuration.