II.
Topic JSON
Structured · livetopic:krate-agent-session
Krate Agent Session json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:krate-agent-session",
"_kind": "Topic",
"_file": "domain/products/krate-agent-layer.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Krate Agent Session",
"description": "Chat session with a Krate agent. Represents the interactive or\nheadless conversation between the platform and the coding agent,\nincluding all message exchanges, tool calls, and thinking blocks.\nSessions may be resumed across dispatch attempts and carry their\nown context window management and compaction history.\n"
},
"outgoingEdges": [
{
"from": "topic:krate-agent-session",
"to": "domain:platform-engineering",
"kind": "applies_to"
},
{
"from": "topic:krate-agent-session",
"to": "domain:software-engineering",
"kind": "applies_to"
},
{
"from": "topic:krate-agent-session",
"to": "topic:agent-run-lifecycle",
"kind": "applies_to"
},
{
"from": "topic:krate-agent-session",
"to": "topic:krate-agent-dispatch-run",
"kind": "requires",
"attributes": {}
},
{
"from": "topic:krate-agent-session",
"to": "topic:krate-agent-session-transcript",
"kind": "related_to",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "topic:krate-agent-dispatch-run",
"to": "topic:krate-agent-session",
"kind": "related_to",
"attributes": {}
},
{
"from": "topic:krate-agent-session-transcript",
"to": "topic:krate-agent-session",
"kind": "requires",
"attributes": {}
},
{
"from": "interaction-primitive:krate-pr-review",
"to": "topic:krate-agent-session",
"kind": "integrates_with",
"attributes": {}
}
]
}