ORCH — CLI runtime that orchestrates Claude Code as a typed task queue with state machine #947
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 Anthropic SDK community! 👋
I built ORCH — an open-source CLI runtime that manages Claude Code instances as a structured engineering team.
What it does
If you use the Anthropic SDK to build agents, ORCH handles the orchestration layer:
Architecture
todo → in_progress → review → done(mandatory review step, prevents skipping)orch msg send <agent-id> "..."Why I built this
I was spinning up multiple Claude Code sessions manually and losing track of task state, context, and which agent was doing what. ORCH solves exactly that — it is the "project manager" layer between you and your AI agents.
📦 npm:
@oxgeneral/orch🔗 GitHub: https://github.com/oxgeneral/ORCH
✅ 1493 passing tests, TypeScript strict mode
Would love feedback from anyone building multi-agent systems with the Anthropic SDK! What orchestration patterns are working for you?
Beta Was this translation helpful? Give feedback.
All reactions