Interactive AI agent CLI with multi-provider support, multi-agent orchestration, and a rich terminal UI.
- Auto-daemon pattern: Single daemon process serves multiple terminal TUI clients
- Multi-provider: Anthropic, OpenAI, Google Gemini, Ollama support
- Multi-agent: Orchestrate teams of agents with role definitions
- Workflow engine: Built on the GoCodeAlone/workflow engine with 54 ratchetplugin tools
- Plugin support: Load external workflow plugins at runtime
ratchet # Launch interactive TUI
ratchet "fix the bug" # Implicit chat mode
ratchet chat "prompt" # Explicit chat mode
ratchet sessions # Manage sessions
ratchet daemon status # Check daemon
ratchet provider list # List providersgo install github.com/GoCodeAlone/ratchet-cli/cmd/ratchet@latest