II.
Topic JSON
Structured · livetopic:krate-agent-session-transcript
Krate Agent Session Transcript json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:krate-agent-session-transcript",
"_kind": "Topic",
"_file": "domain/products/krate-agent-layer.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Krate Agent Session Transcript",
"description": "Full session transcript storage for a Krate agent session. Persists\nevery message, tool call, tool result, thinking block, and system\nevent in a structured format for post-hoc analysis, debugging,\ncompliance auditing, and memory extraction. Transcripts are\nimmutable and content-addressed.\n"
},
"outgoingEdges": [
{
"from": "topic:krate-agent-session-transcript",
"to": "domain:platform-engineering",
"kind": "applies_to"
},
{
"from": "topic:krate-agent-session-transcript",
"to": "domain:software-engineering",
"kind": "applies_to"
},
{
"from": "topic:krate-agent-session-transcript",
"to": "topic:agent-run-lifecycle",
"kind": "applies_to"
},
{
"from": "topic:krate-agent-session-transcript",
"to": "topic:krate-agent-session",
"kind": "requires",
"attributes": {}
},
{
"from": "topic:krate-agent-session-transcript",
"to": "topic:krate-agent-memory-snapshot",
"kind": "related_to",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "topic:krate-agent-session",
"to": "topic:krate-agent-session-transcript",
"kind": "related_to",
"attributes": {}
},
{
"from": "topic:krate-agent-memory-snapshot",
"to": "topic:krate-agent-session-transcript",
"kind": "related_to",
"attributes": {}
}
]
}