Documentation
Everything you need to get started with agentx.
Getting Started
Install the agentx CLI and run your first agent in under a minute.
Pipes and Agent Chaining
Chain agents together with Unix pipes — build multi-step AI workflows in a single command.
Creating Agents
Learn how to scaffold, build, test, and publish your own AI agents.
agent.yaml Reference
Complete reference for the agent manifest file format and all available options.
Scheduling Agents
Set up cron-based schedules to run agents automatically in the background.
Quick Install
$ npm install -g @knid/agentxThen try these commands:
agentx search <query>— Search for agentsagentx install @scope/name— Install an agentagentx run <agent> "prompt"— Run an agentagentx run a --quiet | agentx run b— Chain agents togetheragentx init— Scaffold a new agentagentx doctor— Check your environment