Chain AI Agents, Ship Faster

Install, chain, and orchestrate AI agents from the terminal. Pipe one agent into the next — research, analyze, write, and deploy in a single command.

$ npm install -g @knid/agentx
14 agents
4 downloads

Popular Agents

View all →

Get Started in Seconds

1

Install

Install the agentx CLI globally via npm.

npm install -g @knid/agentx
2

Add an Agent

Install any agent from the registry.

agentx install @agentx/gmail-agent
3

Run or Chain

Run solo or chain agents together with Unix pipes.

agentx run a --quiet | agentx run b