II.
AgentVersion JSON
Structured · liveagent-version:symphony@current
agent-version:symphony@current json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "agent-version:symphony@current",
"_kind": "AgentVersion",
"_file": "agent-stack/versions/symphony-current.yaml",
"_cluster": "agent-stack",
"attributes": {
"agentProductId": "agent:symphony",
"versionRange": ">=0.1.0",
"releasedAt": "2025-06-01",
"installMethods": [
"install:manual"
],
"minSchemaVersion": "6.0.0"
},
"outgoingEdges": [
{
"from": "agent-version:symphony@current",
"to": "agent:symphony",
"kind": "version_of"
},
{
"from": "agent-version:symphony@current",
"to": "agent-core-impl:symphony.core@current",
"kind": "composed_of",
"attributes": {
"role": "core"
}
},
{
"from": "agent-version:symphony@current",
"to": "agent-runtime-impl:symphony.runtime@current",
"kind": "composed_of",
"attributes": {
"role": "runtime"
}
},
{
"from": "agent-version:symphony@current",
"to": "capability:can-multi-turn",
"kind": "supports",
"attributes": {
"versionRange": ">=0.1.0",
"level": "full",
"notes": "Long-running issue-driven agent sessions with persistent workspace state."
}
},
{
"from": "agent-version:symphony@current",
"to": "capability:supports-subagent-dispatch",
"kind": "supports",
"attributes": {
"versionRange": ">=0.1.0",
"level": "full",
"notes": "Dispatches coding agents per-issue with isolated workspaces."
}
},
{
"from": "agent-version:symphony@current",
"to": "capability:supports-parallel-execution",
"kind": "supports",
"attributes": {
"versionRange": ">=0.1.0",
"level": "full",
"notes": "Bounded concurrency for parallel issue processing."
}
},
{
"from": "agent-version:symphony@current",
"to": "capability:can-resume",
"kind": "supports",
"attributes": {
"versionRange": ">=0.1.0",
"level": "full",
"notes": "Filesystem-driven restart recovery — reconciles workspace directories on startup to resume in-progress work."
}
},
{
"from": "agent-version:symphony@current",
"to": "memory-system:file-based-markdown-pattern",
"kind": "uses_memory_system",
"attributes": {}
},
{
"from": "agent-version:symphony@current",
"to": "install:manual",
"kind": "installed_via"
}
],
"incomingEdges": [
{
"from": "agent:symphony",
"to": "agent-version:symphony@current",
"kind": "has_version"
}
]
}