Skip to content

Commit bf613a9

Browse files
authored
Merge pull request #24 from oxgeneral/add-orch-orchestrator
Add ORCH to Terminal & CLI Agents and Multi-Agent & Orchestration sections
2 parents 0a712e9 + 8ca5738 commit bf613a9

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ Plugins and extensions for popular IDEs and text editors.
163163
- [Co-Clone](https://github.com/Sarvesh-Kannan/Co-Clone) - a local AI coding assistant that mimics the functionality of GitHub Copilot. It provides intelligent code completions and context-aware implementations using a local LLM (deepseek-coder:6.7b) running via Ollama.
164164
- [eca](https://github.com/editor-code-assistant/eca) - AI pair programming capabilities agnostic of editor
165165

166+
- [ORCH](https://github.com/oxgeneral/ORCH) — CLI orchestrator for Claude Code, Codex, Cursor agent teams. State machine, auto-retry, inter-agent messaging, TUI dashboard. TypeScript, MIT.
166167
## Multi-Agent & Orchestration
167168

168169
Frameworks and tools for orchestrating and managing multiple AI agents in development workflows.
@@ -215,6 +216,7 @@ Frameworks and tools for orchestrating and managing multiple AI agents in develo
215216
- [Parallel Code](https://github.com/johannesjo/parallel-code) - Desktop app for running multiple AI coding agents (Claude Code, Codex CLI, Gemini CLI) simultaneously in isolated git worktrees.
216217
- [cestDone](https://github.com/olkano/cestDone) - CLI orchestrator that splits AI coding into Director (planning/specs) and Coder (implementation) roles, with built-in scheduler for automated execution.
217218

219+
- [ORCH](https://github.com/oxgeneral/ORCH) - CLI orchestrator for Claude Code, Codex, Cursor agent teams. State machine, auto-retry, inter-agent messaging, TUI dashboard. TypeScript, MIT.
218220
## Code Generation & Automation
219221

220222
Tools for generating code, automating development tasks, and creating project templates.

README_JA.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ AI駆動開発のためのツール、フレームワーク、リソースの厳
161161
- [Co-Clone](https://github.com/Sarvesh-Kannan/Co-Clone) - GitHub Copilotの機能を模倣するローカルAIコーディングアシスタント。Ollama経由でローカルLLM(deepseek-coder:6.7b)を使用してインテリジェントなコード補完とコンテキスト認識実装を提供
162162
- [eca](https://github.com/editor-code-assistant/eca) - エディタに依存しないAIペアプログラミング機能
163163

164+
- [ORCH](https://github.com/oxgeneral/ORCH) - Claude Code、Codex、Cursor エージェントチームのためのCLIオーケストレーター。ステートマシン、自動リトライ、エージェント間メッセージング、TUIダッシュボード。TypeScript、MIT。
164165
## マルチエージェント & オーケストレーション
165166

166167
開発ワークフローで複数のAIエージェントを調整・管理するフレームワークとツール。
@@ -209,6 +210,7 @@ AI駆動開発のためのツール、フレームワーク、リソースの厳
209210
- [Slate V1](https://randomlabs.ai/) - スウォーム向けに構築された汎用ソフトウェアエージェント
210211
- [Blackbox Code](https://github.com/blackboxaicode/cli) - マルチエージェントをローカルで実行し、最適なタスク実装を選択するジャッジ機能を備えたBLACKBOX CLI
211212

213+
- [ORCH](https://github.com/oxgeneral/ORCH) - Claude Code、Codex、Cursor エージェントチームのためのCLIオーケストレーター。ステートマシン、自動リトライ、エージェント間メッセージング、TUIダッシュボード。TypeScript、MIT。
212214
## コード生成 & 自動化
213215

214216
コード生成、開発タスクの自動化、プロジェクトテンプレート作成のためのツール。

0 commit comments

Comments
 (0)