Files
Zach Kelling f152d44403 docs: improve DX with navigation and cross-references
- Update docs/mcp/tools/ placeholders with quick refs and links
- Create docs/ref/tools/index.md with full package table
- Create docs/ref/agent/index.md with topic links
- Create docs/ref/mcp/index.md with tool categories
- Create docs/tools/index.md as main entry point
- Add consistent cross-references between sections
2026-01-05 17:45:00 -08:00

483 B

Agent Tools

Multi-agent orchestration with CLI integration.

Full documentation: ../../tools/agent.md

Quick Reference

# Run agent
agent(action="run", name="claude", prompt="Explain this code")

# List available agents
agent(action="list")

# Multi-agent consensus
agent(action="consensus", prompt="Design an API", agents=["claude", "gemini"])

Available agents: claude, codex, gemini, grok, qwen, vibe, code, dev