II.
AgentProduct JSON
Structured · liveagent:agent-platform
agent-platform json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "agent:agent-platform",
"_kind": "AgentProduct",
"_file": "agent-stack/products/agent-platform.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "agent-platform",
"vendor": "a5c-ai",
"homepageUrl": "https://github.com/a5c-ai/babysitter/tree/main/packages/genty/platform",
"primarySurface": "cli",
"supportTier": "catalog-backed",
"productKind": "full-cli-agent",
"stackScope": "full",
"description": "agent-platform CLI binary — long-running agent service that wraps\n@a5c-ai/babysitter-sdk and exposes daemon, observer, and MCP-server\nsurfaces for human operators and other agents.\n"
},
"outgoingEdges": [
{
"from": "agent:agent-platform",
"to": "agentVersion:agent-platform:ge-5-0-0",
"kind": "has_version"
}
],
"incomingEdges": [
{
"from": "agent-core-impl:agent-platform.core@current",
"to": "agent:agent-platform",
"kind": "composes",
"attributes": {
"role": "core"
}
},
{
"from": "agent-platform-impl:agent-platform.platform@current",
"to": "agent:agent-platform",
"kind": "composes",
"attributes": {
"role": "platform"
}
},
{
"from": "agent-runtime-impl:agent-platform.runtime@current",
"to": "agent:agent-platform",
"kind": "composes",
"attributes": {
"role": "runtime"
}
},
{
"from": "agentVersion:agent-platform:ge-5-0-0",
"to": "agent:agent-platform",
"kind": "version_of"
},
{
"from": "claim:agent-platform-has-version-5",
"to": "agent:agent-platform",
"kind": "asserts_about"
},
{
"from": "source-ref:packages-genty-runtime",
"to": "agent:agent-platform",
"kind": "source_of",
"attributes": {}
}
]
}