Docs, registry, and CLI install guide

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.

TypeScript
Vercel AI SDK
Agent registry
Open source
agentcn.dev/docs/agents
PreviewCode
Agent preview
What are the latest updates on EU AI regulation this month?
Search the web or paste a URL to research…
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.

Source in your repo. The CLI adds agent files to your project so you can read prompts, tools, and wiring before you ship anything.
Install from the CLI. Each agent installs with npx agentcn@latest add. Add your provider API keys, then run the agent in your own Next.js app.
±
§
!
1
@
2
£
3
$
4
%
5
^
6
&
7
*
8
(
9
)
0
_
-
+
=
delete
Q
W
E
R
T
Y
U
I
O
P
{
[
}
]
|
\
A
S
D
F
G
H
J
K
L
:
;
"
'
~
`
Z
X
C
V
B
N
M
<
,
>
.
?
/
fn
control
option
command
command
option
Change what you need. Prompts, tool definitions, env config, and provider setup are plain files. Edit them the same way you edit the rest of your app.
Animated Card 3
Need a full app? AgentKit is an open source starter with auth, chat UI, and Postgres if you want more than the agent module on its own.

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.

Star AgentCN

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