Back to browse
GitHub Repository

An autonomous engineering team for your Linear project. Symphony is a desktop app that watches your Linear board and dispatches coding agents — Codex or Claude Code — to work on issues, each in its own freshly cloned workspace. You triage and review; Symphony orchestrates.

5 starsRust

Rust Implementation of Symphony

by anant90·Jun 12, 2026·1 point·0 comments

AI Analysis

●●SolidSlickBold Bet

Orchestrates multiple coding agents on Linear issues when OpenAI's own Symphony spec exists.

Strengths
  • Isolated workspace per issue with after_create hooks for git clone and dependency installation
  • SQLite database tracks agent events, token counts, retries, and provider rate-limit signals live
  • Exponential backoff retry system includes previous run's error context in retry prompts
Weaknesses
  • Implementation of OpenAI's published Symphony spec rather than novel agent coordination architecture
  • macOS-only with untested Tauri builds for other platforms limits team adoption
Category
Target Audience

Engineering teams using Linear who want autonomous agent orchestration

Similar To

OpenAI Symphony · Cognition Devin · Aider

Similar Projects