II.
Topic JSON
Structured · livetopic:kradle-agent-session
Kradle Agent Session json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:kradle-agent-session",
"_kind": "Topic",
"_file": "domain/products/kradle-agent-layer.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Kradle Agent Session",
"description": "Chat session with a Kradle 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:kradle-agent-session",
"to": "domain:platform-engineering",
"kind": "applies_to"
},
{
"from": "topic:kradle-agent-session",
"to": "domain:software-engineering",
"kind": "applies_to"
},
{
"from": "topic:kradle-agent-session",
"to": "topic:agent-run-lifecycle",
"kind": "applies_to"
},
{
"from": "topic:kradle-agent-session",
"to": "topic:kradle-agent-dispatch-run",
"kind": "requires",
"attributes": {}
},
{
"from": "topic:kradle-agent-session",
"to": "topic:kradle-agent-session-transcript",
"kind": "related_to",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "topic:kradle-agent-dispatch-run",
"to": "topic:kradle-agent-session",
"kind": "related_to",
"attributes": {}
},
{
"from": "topic:kradle-agent-session-transcript",
"to": "topic:kradle-agent-session",
"kind": "requires",
"attributes": {}
},
{
"from": "interaction-primitive:kradle-pr-review",
"to": "topic:kradle-agent-session",
"kind": "integrates_with",
"attributes": {}
}
]
}