II.
AgentVersion JSON
Structured · liveagent-version:claude-sh@current
agent-version:claude-sh@current json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "agent-version:claude-sh@current",
"_kind": "AgentVersion",
"_file": "agent-stack/versions/community-agents-current.yaml",
"_cluster": "agent-stack",
"attributes": {
"agentProductId": "agent:claude-sh",
"versionRange": ">=1.0.0",
"releasedAt": "2025-01-01",
"cliCommand": "claude-sh",
"installMethods": [
"install:manual"
],
"minSchemaVersion": "6.0.0"
},
"outgoingEdges": [
{
"from": "agent-version:claude-sh@current",
"to": "knowledge-fabric-impl:claude-sh.knowledge@current",
"kind": "composed_of",
"attributes": {
"role": "knowledge-fabric"
}
},
{
"from": "agent-version:claude-sh@current",
"to": "agent:claude-sh",
"kind": "version_of"
},
{
"from": "agent-version:claude-sh@current",
"to": "capability:can-multi-turn",
"kind": "supports",
"attributes": {
"versionRange": ">=1.0.0",
"level": "full",
"notes": "claude-sh implements the full agent loop in bash with multi-turn support."
}
},
{
"from": "agent-version:claude-sh@current",
"to": "memory-system:memories-sh",
"kind": "uses_memory_system",
"attributes": {}
},
{
"from": "agent-version:claude-sh@current",
"to": "memory-system:agentmemory-service",
"kind": "uses_memory_system",
"attributes": {}
},
{
"from": "agent-version:claude-sh@current",
"to": "memory-system:file-based-markdown-pattern",
"kind": "uses_memory_system",
"attributes": {}
},
{
"from": "agent-version:claude-sh@current",
"to": "install:manual",
"kind": "installed_via"
}
],
"incomingEdges": [
{
"from": "agent:claude-sh",
"to": "agent-version:claude-sh@current",
"kind": "has_version"
}
]
}