fix: expose run step identities across transports

This commit is contained in:
lda
2026-09-05 23:40:25 +07:00 Verified
parent fd48a67819
commit 0612247f56
13 changed files with 97 additions and 0 deletions
+1
View File
@@ -48,6 +48,7 @@ class TraceEntryPayload(TypedDict):
frame_id: str
node_id: str
step_type: str
step_number: int | None
resolved_input: JsonObject
outcome: str
next_node_id: str