back

orc

https://github.com/awtotty/orc

#Python #CLI #AI Agents #Multi-Agent

orc is a CLI-based orchestration system for managing multi-agent AI coding workflows. It enables developers to coordinate multiple AI agents (powered by Claude Code) working on the same project simultaneously — breaking down complex tasks, delegating to specialized workers, and monitoring progress through an elegant CLI and web dashboard.

Key features include:

Technologies:

Challenges:

The workflow is simple: run orc start to provision a sandbox, orc init to set up the orchestration structure, then tell the orchestrator what to build. It breaks work into atoms, spins up worker rooms with dedicated git branches, delegates tasks via inbox messages, and monitors progress — all while you watch from the web dashboard or CLI.

orc was built to solve the problem of managing complex, multi-file coding tasks that benefit from parallelism and specialization. Instead of one agent context-switching between concerns, orc lets you have dedicated agents for frontend, backend, testing, and more — each working independently but coordinated through the filesystem.