From da81799fdf47a25880898a667bea38dac23c543d Mon Sep 17 00:00:00 2001 From: Jonathan Lancaster Date: Thu, 23 Apr 2026 14:54:08 -0700 Subject: [PATCH] Add Relay to Orchestrators & autonomous loops --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 833413e..2378104 100644 --- a/README.md +++ b/README.md @@ -299,6 +299,8 @@ Multi-agent coordination, swarm patterns, and autonomous execution loops. Sorted - **[sage](https://github.com/youwangd/SageCLI)** `⭐ 2` — Pure bash agent orchestrator (zero frameworks) with runtime-agnostic support (Claude Code, Cline, Codex, Gemini CLI, ACP), wave-based plan execution, git worktree isolation, MCP integration, skills system, headless CI mode, and 295 bats tests. MIT. +- **[Relay](https://github.com/jcast90/relay)** `⭐ 1` — Local-first orchestrator that runs inside your existing Claude or Codex CLI via MCP; classifies a request, decomposes it into tickets with a dependency DAG, dispatches across one or more repos, and supervises with live PR tracking + approval gates. CLI, TUI (ratatui), and GUI (Tauri) dashboards read the same `~/.relay/` files. MIT. + ### Agent infrastructure Sandboxes, routers, browser/terminal automation, and extension tools. Sorted by GitHub stars.