Documentation
README
Agent Management
Use ai-devkit agent ...; if unavailable, use npx ai-devkit@latest agent ....
Workflow
- List agents:
ai-devkit agent list --json. - Identify self: compare your current session id to
sessionIdfromlist --json - Inspect before acting:
ai-devkit agent detail --id <name> --json --tail 20. - Reuse idle agents when suitable; otherwise start one with
agent start. - Send self-contained assignments. Track each agent's task and last instruction.
- Verify completed work before reporting it done. Use
$agent-communicationfor agent-to-agent updates.
Commands
This is the opening of the README. Read the full README on GitHub.