II.
AgentProduct JSON
Structured · liveagent:symphony
OpenAI Symphony json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "agent:symphony",
"_kind": "AgentProduct",
"_file": "agent-stack/products/symphony.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "OpenAI Symphony",
"vendor": "OpenAI",
"homepageUrl": "https://github.com/openai/symphony",
"primarySurface": "headless",
"supportTier": "none",
"productKind": "agent-orchestrator",
"stackScope": "orchestration",
"description": "Service specification for orchestrating coding agents on project work.\nPolls an issue tracker (Linear), creates isolated per-issue workspaces,\nand runs coding agent sessions with bounded concurrency. Loads workflow\npolicy from in-repo WORKFLOW.md. Provides operator observability,\nexponential backoff retry, and filesystem-driven restart recovery.\nLanguage-agnostic spec with reference TypeScript implementation.\n"
},
"outgoingEdges": [
{
"from": "agent:symphony",
"to": "agent-version:symphony@current",
"kind": "has_version"
},
{
"from": "agent:symphony",
"to": "skill-area:project-planning",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "agent:symphony",
"to": "skill-area:multi-agent-coordination",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "agent:symphony",
"to": "skill-area:operations-automation",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "agent:symphony",
"to": "topic:agent-dispatch",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "agent:symphony",
"to": "topic:agent-run-lifecycle",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "agent:symphony",
"to": "topic:agent-orchestration-products",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "agent:symphony",
"to": "methodology:spec-driven-development",
"kind": "integrates_with",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-core-impl:symphony.core@current",
"to": "agent:symphony",
"kind": "composes",
"attributes": {
"role": "core"
}
},
{
"from": "agent-runtime-impl:symphony.runtime@current",
"to": "agent:symphony",
"kind": "composes",
"attributes": {
"role": "runtime"
}
},
{
"from": "agent-version:symphony@current",
"to": "agent:symphony",
"kind": "version_of"
},
{
"from": "claim:symphony-polls-issue-tracker",
"to": "agent:symphony",
"kind": "asserts_about"
}
]
}