Session-flow projection for an example Codex session
session-flow:codex-example
SessionFlowProjectionextensions/session-flow-projections/session-flow-projections.yaml·Open in Graph → {
"id": "session-flow:codex-example",
"_kind": "SessionFlowProjection",
"_file": "extensions/session-flow-projections/session-flow-projections.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Session-flow projection for an example Codex session",
"generatedAt": "2026-05-02T00:00:00Z",
"laneCount": 2,
"segmentKinds": [
"user",
"assistant",
"tool",
"error"
],
"hasFileAttention": false,
"hasCostBreakdown": true
},
"outgoingEdges": [
{
"from": "session-flow:codex-example",
"to": "agent-flow-lane:codex-example--agent-action",
"kind": "has_lane",
"attributes": {}
},
{
"from": "session-flow:codex-example",
"to": "agent-flow-lane:codex-example--error",
"kind": "has_lane",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-flow-lane:codex-example--agent-action",
"to": "session-flow:codex-example",
"kind": "lane_of_projection",
"attributes": {}
},
{
"from": "agent-flow-lane:codex-example--error",
"to": "session-flow:codex-example",
"kind": "lane_of_projection",
"attributes": {}
}
]
}