II.
Topic JSON
Structured · livetopic:krate-agent-workspace-runtime
Krate Agent Workspace Runtime json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:krate-agent-workspace-runtime",
"_kind": "Topic",
"_file": "domain/products/krate-agent-layer.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Krate Agent Workspace Runtime",
"description": "Runtime state of an active agent workspace. Tracks the current Git\nbranch, HEAD commit, dirty file state, running processes, resource\nconsumption (CPU, memory, disk), and liveness status. The workspace\nruntime is ephemeral state that exists only while a dispatch run\nis active, complementing the persistent Workspace record.\n"
},
"outgoingEdges": [
{
"from": "topic:krate-agent-workspace-runtime",
"to": "domain:platform-engineering",
"kind": "applies_to"
},
{
"from": "topic:krate-agent-workspace-runtime",
"to": "domain:devops",
"kind": "applies_to"
},
{
"from": "topic:krate-agent-workspace-runtime",
"to": "topic:agent-run-lifecycle",
"kind": "applies_to"
},
{
"from": "topic:krate-agent-workspace-runtime",
"to": "topic:krate-agent-workspace",
"kind": "requires",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "topic:krate-agent-workspace-policy",
"to": "topic:krate-agent-workspace-runtime",
"kind": "related_to",
"attributes": {}
},
{
"from": "topic:krate-agent-workspace",
"to": "topic:krate-agent-workspace-runtime",
"kind": "related_to",
"attributes": {}
}
]
}