Hydra


Hydra web interface showing agent management
Hydra's web interface - spawn and monitor agents

Hydra is an AI agent orchestrator: you describe a task, it spawns an autonomous AI agent to complete it. Each agent runs in an isolated Docker container with its own Git worktree, so agents can work in parallel on the same codebase without interfering with each other.

The project is a single binary combining a Go backend and a React frontend. You can interact with agents through the web UI, a TUI dashboard, or the CLI. The CLI supports commands like spawn, list, attach, kill, and merge - the last of which integrates a completed agent's work back into the current branch.

Multiple AI providers are supported (Claude, Gemini, Copilot), and agents can be tracked by name, provider, and status in real time.