Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 906 Bytes

File metadata and controls

28 lines (21 loc) · 906 Bytes

ratchet

Interactive AI agent CLI with multi-provider support, multi-agent orchestration, and a rich terminal UI.

Features

  • 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

Usage

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 providers

Install

go install github.com/GoCodeAlone/ratchet-cli/cmd/ratchet@latest