Skip to content

Add ORCH — CLI runtime for orchestrating AI agent teams (Framework Extensions)#14

Open
oxgeneral wants to merge 1 commit intoLangGPT:mainfrom
oxgeneral:add-orch-framework-extension
Open

Add ORCH — CLI runtime for orchestrating AI agent teams (Framework Extensions)#14
oxgeneral wants to merge 1 commit intoLangGPT:mainfrom
oxgeneral:add-orch-framework-extension

Conversation

@oxgeneral
Copy link
Copy Markdown

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:

  • Formal state machine: todo → in_progress → review → done with mandatory review gate
  • Auto-retry resilience: failed agents transition to retrying state automatically
  • Inter-agent messaging: agents communicate via orch msg send/broadcast
  • Shared context store: orch context set/get — agents share information
  • Goal/team hierarchy: organize tasks under goals, agents into named teams
  • TUI dashboard: real-time Ink/React terminal dashboard
  • Programmatic API: exported as @oxgeneral/orch npm package

Entry added

Both README.md (English) and README-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

npm install -g @oxgeneral/orch
orch agent list        # see preconfigured agents
orch task add "Write tests for auth module"
orch tui               # live dashboard

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant