Add ORCH — CLI runtime for orchestrating AI agent teams (Framework Extensions)#14
Open
oxgeneral wants to merge 1 commit intoLangGPT:mainfrom
Open
Add ORCH — CLI runtime for orchestrating AI agent teams (Framework Extensions)#14oxgeneral wants to merge 1 commit intoLangGPT:mainfrom
oxgeneral wants to merge 1 commit intoLangGPT:mainfrom
Conversation
ORCH coordinates Claude Code, OpenCode (Codex/Gemini), Cursor as a typed AI team with formal state machine (todo→review→done), auto-retry, inter-agent messaging, shared context store, and TUI dashboard. Added to Framework Extensions section in both README.md and README-CN.md.
connerlambden
pushed a commit
to connerlambden/awesome-claude-code
that referenced
this pull request
Apr 14, 2026
…requirements Investigate license compliance, document upstream tactics, and complete CC0 foundation branch ready for force push
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is ORCH?
ORCH is a CLI runtime that coordinates Claude Code, OpenCode (Codex/Gemini/Mistral), Cursor, and shell scripts as a typed AI engineering team.
Why it belongs in Framework Extensions
Unlike session multiplexers (claude-squad) or parallel runners (crystal), ORCH provides a managed lifecycle for AI agent teams:
todo → in_progress → review → donewith mandatory review gateretryingstate automaticallyorch msg send/broadcastorch context set/get— agents share information@oxgeneral/orchnpm packageEntry added
Both
README.md(English) andREADME-CN.md(中文) updated — Framework Extensions section.English: CLI runtime for orchestrating AI agent teams. Coordinates Claude Code, OpenCode (Codex/Gemini), Cursor as typed task queue with state machine, auto-retry, inter-agent messaging, TUI dashboard. 1647 tests, MIT, TypeScript
中文: CLI运行时,将Claude Code、OpenCode (Codex/Gemini)、Cursor协调为AI代理团队,具有状态机、自动重试、代理间消息传递、TUI仪表盘。1647个测试,MIT,TypeScript
Install & try in 60 seconds