II.
AgentRuntimeImpl JSON
Structured · liveagent-runtime-impl:genty.runtime@current
genty Runtime (current) — composed agent-runtime + SDK runtime json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "agent-runtime-impl:genty.runtime@current",
"_kind": "AgentRuntimeImpl",
"_file": "agent-stack/runtime-impls/genty-runtime-current.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "genty Runtime (current) — composed agent-runtime + SDK runtime",
"agentVersionId": "agent-version:genty@current",
"packageRef": "source-ref:packages-genty",
"subagentDispatchMechanism": "agent-as-tool",
"subagentChildSessionPolicy": "persistent-child-session",
"subagentToolScopePolicy": "explicit-allowlist",
"builtInTools": [
"tool-descriptor:bash",
"tool-descriptor:read",
"tool-descriptor:write",
"tool-descriptor:edit",
"tool-descriptor:grep",
"tool-descriptor:glob"
],
"toolRegistryDiscovery": "dynamic-extension-loaded",
"hookSockets": [],
"internalSessionStateLocation": ".a5c/runs/<runId>/",
"sessionFileFormat": "event-sourced-jsonl",
"sessionFilePathConvention": ".a5c/runs/<runId>/journal/<seq>.<ulid>.json",
"approvalGatingPrimitive": "policy-engine",
"subprocessSandboxStrategy": "wrapped-shell",
"runtimeIdentity": "none",
"supportedMCPTransports": [
"mcp-transport:stdio",
"mcp-transport:streamable-http",
"mcp-transport:http-sse"
],
"supportsStreaming": true,
"notes": "genty runtime composes agent-runtime and babysitter-sdk runtime (journal-\nreplay, breakpoint policy engine, harness adapters) into a unified\nruntime surface. Adds adapters bridging for multi-harness dispatch.\n"
},
"outgoingEdges": [
{
"from": "agent-runtime-impl:genty.runtime@current",
"to": "layer:5-agent-runtime",
"kind": "realizes",
"attributes": {}
},
{
"from": "agent-runtime-impl:genty.runtime@current",
"to": "agent:genty",
"kind": "composes",
"attributes": {
"role": "runtime"
}
},
{
"from": "agent-runtime-impl:genty.runtime@current",
"to": "tool-descriptor:bash",
"kind": "bundles",
"attributes": {}
},
{
"from": "agent-runtime-impl:genty.runtime@current",
"to": "tool-descriptor:read",
"kind": "bundles",
"attributes": {}
},
{
"from": "agent-runtime-impl:genty.runtime@current",
"to": "tool-descriptor:write",
"kind": "bundles",
"attributes": {}
},
{
"from": "agent-runtime-impl:genty.runtime@current",
"to": "tool-descriptor:edit",
"kind": "bundles",
"attributes": {}
},
{
"from": "agent-runtime-impl:genty.runtime@current",
"to": "tool-descriptor:grep",
"kind": "bundles",
"attributes": {}
},
{
"from": "agent-runtime-impl:genty.runtime@current",
"to": "tool-descriptor:glob",
"kind": "bundles",
"attributes": {}
},
{
"from": "agent-runtime-impl:genty.runtime@current",
"to": "mcp-transport:stdio",
"kind": "connects",
"attributes": {}
},
{
"from": "agent-runtime-impl:genty.runtime@current",
"to": "mcp-transport:streamable-http",
"kind": "connects",
"attributes": {}
},
{
"from": "agent-runtime-impl:genty.runtime@current",
"to": "mcp-transport:http-sse",
"kind": "connects",
"attributes": {}
},
{
"from": "agent-runtime-impl:genty.runtime@current",
"to": "mcp-transport:stdio",
"kind": "speaks",
"attributes": {}
},
{
"from": "agent-runtime-impl:genty.runtime@current",
"to": "mcp-transport:streamable-http",
"kind": "speaks",
"attributes": {}
},
{
"from": "agent-runtime-impl:genty.runtime@current",
"to": "mcp-transport:http-sse",
"kind": "speaks",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-version:genty@current",
"to": "agent-runtime-impl:genty.runtime@current",
"kind": "composed_of",
"attributes": {
"role": "runtime"
}
}
]
}