Documentation Index
Fetch the complete documentation index at: https://kindling.birklid.com/llms.txt
Use this file to discover all available pages before exploring further.
Open SourceApplications Layer
Symphony
Autonomous project execution: Symphony watches your backlog, assigns tasks to coding agents, and verifies their work — you manage the work, not the agents.
Type
Open Source (Apache 2.0)
Stack Layer
Applications
Language
Elixir
Stars
22.8k+
What it is
Symphony is OpenAI’s reference implementation of an agent orchestration system for software development. It shifts the developer’s role from supervising individual agents to managing work queues: Symphony monitors a project backlog (e.g., a Linear board), autonomously assigns tasks to coding agents, and verifies completion through CI status and code review. The model is “isolated, autonomous implementation runs” — each task is a self-contained agent session, reducing the interference and state accumulation that plagues long-running agents. The repo includes both a detailed specification document and an experimental Elixir implementation. It’s positioned for engineering teams that have already adopted harness engineering practices and want to scale agent usage across a full development backlog without individual supervision.Get started
GitHub ↗
Spec document, Elixir reference implementation, and architecture notes.
Related tools
Ruflo
Multi-agent orchestration platform with pre-built specialist agents.
HumanLayer
Claude Code IDE for scaling AI-assisted development organization-wide.