Add Relay to Orchestrators & autonomous loops#59
Open
jcast90 wants to merge 1 commit intobradAGI:mainfrom
Open
Add Relay to Orchestrators & autonomous loops#59jcast90 wants to merge 1 commit intobradAGI:mainfrom
jcast90 wants to merge 1 commit intobradAGI:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds Relay to Harnesses & orchestration → Orchestrators & autonomous loops.
Inclusion criteria
rly; CLI, TUI (ratatui), and GUI (Tauri) dashboards all ship0.6.1on npm as@jcast90/relayWhy 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:
crosslink_discover/crosslink_send/crosslink_poll) let live agents in different repos message each other; primary + associated repo model at the channel level~/.relay/files, so there is no split brain across surfacesEntry 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!