Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3,807 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Agent Studio

License

Management layers on top of coding work. Agents (Claude Code, Codex, GitHub Copilot, Gemini) write the code; this repository is the Studio: a task board, agent pipelines, and project wikis that assign, gate, review, and account for it.

Architecture: a browser Studio and a central Task Server on one HTTPS origin (authority channel); Runner-Hosts execute on any host over outbound-only claim/lease/results channels; code travels separately over git origin.

What you see

The board: task cards moving through backlog, active, and review lanes

Task detail: pipeline steps, live agent activity, and run evidence

What it provides

  • Batch remote and local coding-agent work with task management in one place.
  • Reduces cognitive load: task state, progress and evidence are visible instead of remembered.
  • A management layer over autonomous agent runs: assign, gate, review, account.
  • Works with your existing CLI subscriptions, or bring your own API keys.
  • Runs fully local or distributed, your choice per project. Project chat follows the project's execution runner and shows its host, repository checkout, branch, and revision.
  • Keeps the Task Server as the durable control plane while separately fenced Remote Review Executors inspect immutable result revisions.
  • Runs review decisions, council reactions, post-processing, gate dispatch, and completion judging in the separate API-only Orchestrator Engine. Flow definitions and in-flight runs remain durable Task Server data, so restarting the Engine does not orphan work.

Get started

git clone https://github.com/agent-orc/agent-studio.git
cd agent-studio
docker compose up --build --wait

Open http://localhost:4011. Docker Compose is the primary new-user installation path. It requires at least 8 GB of free disk space; no host .NET or Node.js install, local settings file, maintainer switch, or neighbouring repository is required. See the setup guide for prerequisites, persistence, and troubleshooting. As an alternative for Linux x64 release installs with no source checkout and no .NET prerequisite, the guided agent-orchestrator-setup executable offers an isolated Docker demo, a native single-machine install, and a guided multi-machine join flow. To add execution capacity after the Studio is running, follow the Agent Host guide. Source contributors use the separate contributor setup.

More

Agent Studio is part of the agent-orc ecosystem. It uses Chat for coding-agent conversations and sits alongside Runner for hardened CLI execution, Token Economy for model pricing and usage accounting, and Quality Studio for layered code review.

For future product direction, see the roadmap. For architecture, ADRs, contracts, and the full documentation index, see agent-orchestrator.dev.

Licensed under the Apache License 2.0.

About

Tasks -> Claude, Copilot, Codex and Gemini CLI -> Repeat

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

4 stars

Watchers

0 watching

Forks

Contributors

Languages