Skip to content

Add Relay to Orchestrators & autonomous loops#59

Open
jcast90 wants to merge 1 commit intobradAGI:mainfrom
jcast90:add-relay
Open

Add Relay to Orchestrators & autonomous loops#59
jcast90 wants to merge 1 commit intobradAGI:mainfrom
jcast90:add-relay

Conversation

@jcast90
Copy link
Copy Markdown

@jcast90 jcast90 commented Apr 23, 2026

Adds Relay to Harnesses & orchestration → Orchestrators & autonomous loops.

Inclusion criteria

  • CLI / terminal interface — binary is rly; CLI, TUI (ratatui), and GUI (Tauri) dashboards all ship
  • Reads / writes code + runs commands autonomously — orchestrates Claude / Codex CLI agents that read, edit, and execute in the user's repos; runs verification commands against an allowlist
  • Valid, active project — public, MIT-licensed, actively developed; current release is 0.6.1 on npm as @jcast90/relay

Why this fits the Orchestrators section

Relay is a local-first multi-agent orchestrator that classifies an incoming request, decomposes it into tickets with a dependency DAG, and dispatches across one or more repos to Claude / Codex CLI subprocesses (attached via MCP). It supervises long-running work with live PR tracking and optional user-approval gates, and writes a durable decision log to ~/.relay/ — no hosted service, no telemetry.

Differentiators vs. neighboring entries:

  • Multi-repo coordination — crosslink MCP tools (crosslink_discover / crosslink_send / crosslink_poll) let live agents in different repos message each other; primary + associated repo model at the channel level
  • Three dashboards on one backing store — CLI, ratatui TUI, and Tauri GUI all read the same ~/.relay/ files, so there is no split brain across surfaces
  • Provider-agnostic — any OpenAI-compatible or Anthropic-compatible endpoint works with zero code changes (MiniMax, OpenRouter, DeepSeek, Groq, Together, LiteLLM, vLLM)

Entry placement

Sorted by GitHub stars within the section. Relay is currently at 1 star, placing it immediately after sage (2 stars) at the end of the Orchestrators subsection. Happy to reorder if you'd prefer a different sort position.

Links

Thanks for maintaining this list!

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