[PR #595] [CLOSED] Add ORCH — CLI orchestrator for multi-agent engineering teams #861

Closed
opened 2026-04-15 07:03:57 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/595
Author: @oxgeneral
Created: 3/17/2026
Status: Closed

Base: mainHead: add-orch-multi-agent-teams


📝 Commits (1)

  • 558f598 Add ORCH — CLI runtime for multi-agent engineering teams

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

What is ORCH?

ORCH is an open-source CLI runtime for managing multi-agent engineering teams. It coordinates Claude Code, OpenCode, Codex, Cursor, and shell scripts as a typed team with formal lifecycle management.

Why it belongs in Multi-agent Teams

ORCH enables developers to build and run coordinated multi-agent teams with:

  • State machine — tasks flow todo → in_progress → review → done with mandatory review gate
  • Auto-retry — failed agents automatically re-enter retrying state
  • Inter-agent messaging — agents communicate directly via orch msg send/broadcast
  • Goal → Task hierarchy — high-level goals decompose into coordinated task assignments
  • Teams — named agent groups with defined roles
  • TUI dashboard — real-time Ink/React monitoring of all agents
  • Programmatic API@oxgeneral/orch npm package exports full engine

Details

  • Language: TypeScript (strict mode)
  • License: MIT
  • npm: npm install -g @oxgeneral/orch
  • Stars: 9
  • Tests: 1493 (all green)

Fits perfectly in the Multi-agent Teams section as it provides the runtime infrastructure for managing exactly this category of applications.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Shubhamsaboo/awesome-llm-apps/pull/595 **Author:** [@oxgeneral](https://github.com/oxgeneral) **Created:** 3/17/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `add-orch-multi-agent-teams` --- ### 📝 Commits (1) - [`558f598`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/558f5988dd6c26b0375cd18a0a0bbb53e02c92aa) Add ORCH — CLI runtime for multi-agent engineering teams ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What is ORCH? [ORCH](https://github.com/oxgeneral/ORCH) is an open-source CLI runtime for managing multi-agent engineering teams. It coordinates Claude Code, OpenCode, Codex, Cursor, and shell scripts as a typed team with formal lifecycle management. ## Why it belongs in Multi-agent Teams ORCH enables developers to build and run coordinated multi-agent teams with: - **State machine** — tasks flow `todo → in_progress → review → done` with mandatory review gate - **Auto-retry** — failed agents automatically re-enter `retrying` state - **Inter-agent messaging** — agents communicate directly via `orch msg send/broadcast` - **Goal → Task hierarchy** — high-level goals decompose into coordinated task assignments - **Teams** — named agent groups with defined roles - **TUI dashboard** — real-time Ink/React monitoring of all agents - **Programmatic API** — `@oxgeneral/orch` npm package exports full engine ## Details - **Language**: TypeScript (strict mode) - **License**: MIT - **npm**: `npm install -g @oxgeneral/orch` - **Stars**: 9 ⭐ - **Tests**: 1493 (all green) Fits perfectly in the Multi-agent Teams section as it provides the runtime infrastructure for managing exactly this category of applications. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-15 07:03:57 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-llm-apps#861