ORCH — CLI orchestrator for AI agent teams (Claude, Codex, Cursor) #7964
oxgeneral
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey Goose community! 👋
I built ORCH — a CLI runtime that orchestrates AI coding agents (Claude Code, OpenCode, Codex, Cursor) as a coordinated engineering team. If you use Goose for coding tasks, ORCH can act as the orchestration layer on top — managing multiple agents in parallel with structure.
What it does
Instead of manually coordinating agents, ORCH runs them through a formal state machine:
Each task goes through mandatory review before completion — no silent failures, no unchecked merges.
Key features
retryingstate with configurable attemptsorch msg sendorch context set/getQuick start
How it complements Goose
Goose excels at executing individual coding tasks autonomously. ORCH adds the coordination layer for teams of agents:
GitHub: https://github.com/oxgeneral/ORCH
npm:
npm install -g @oxgeneral/orchHappy to answer questions about the architecture or how it pairs with Goose!
Beta Was this translation helpful? Give feedback.
All reactions