Skip to content

Add ORCH β€” CLI orchestrator for AI agent teams#90

Open
oxgeneral wants to merge 1 commit intoJenqyang:mainfrom
oxgeneral:add-orch-cli-orchestrator
Open

Add ORCH β€” CLI orchestrator for AI agent teams#90
oxgeneral wants to merge 1 commit intoJenqyang:mainfrom
oxgeneral:add-orch-cli-orchestrator

Conversation

@oxgeneral
Copy link
Copy Markdown

What is ORCH?

ORCH is a CLI runtime for orchestrating AI agent teams. It coordinates Claude Code, Codex, Cursor, and OpenCode as a typed task queue with:

  • State machine: tasks flow todo β†’ in_progress β†’ review β†’ done with mandatory review gate
  • Auto-retry: failed agents automatically enter retrying state
  • Inter-agent messaging: agents communicate directly via orch msg send
  • Shared context store: agents share key-value context across sessions
  • TUI dashboard: Ink/React terminal UI for real-time monitoring
  • Programmatic API: full engine exported via @oxgeneral/orch npm package

Why Frameworks section?

Fits alongside CrewAI, AutoGen, Agent Squad β€” all orchestration-focused frameworks. ORCH differentiates as CLI-first with state machine lifecycle management (not just parallel task launching).

Links

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