ORCH — CLI runtime that complements ADK with process orchestration for coding agents #4860
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.
-
Turn Claude, Cursor, and Codex into one team.
Built ORCH — an open-source CLI runtime that manages AI coding agents (Claude Code, OpenCode, Codex, Cursor) as a typed engineering team with formal state machine, auto-retry, and inter-agent messaging.
ADK-Python and ORCH operate at complementary layers: ADK focuses on agent reasoning, tool use, and LLM integration in Python. ORCH handles the process orchestration layer — spawning, monitoring, and coordinating external agent processes from a CLI with structured lifecycle management.
Technical architecture:
For ADK users building multi-agent systems: ORCH can complement ADK workflows by managing the execution of coding-focused agents in parallel while ADK handles reasoning and tool orchestration.
Quick start:
npm install -g @oxgeneral/orch
orch agent add backend --adapter claude
orch agent add reviewer --adapter cursor
orch task add Implement OAuth --assignee backend
orch tui
1493 tests, TypeScript strict, ESM, Node 20+. MIT license.
GitHub: https://github.com/oxgeneral/ORCH
Beta Was this translation helpful? Give feedback.
All reactions