Transcript
A parsed golden transcript plus the outcomes of folding it.
Class in muse_code
Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
scenario |
str |
The scenario id (the directory name, equal to the manifest’s scenario). |
lines |
list[TranscriptLine] |
Every recorded line, in wire order. |
fold_outcomes |
list[FoldOutcome] |
One FoldOutcome per server notification fed to the fold by replay_into_fold, populated by that call. |
client_frames |
list[dict[str, Any]] |
The frames the recorded client sent, in order. |
server_frames |
list[dict[str, Any]] |
The frames the recorded host emitted, in order. |
server_notifications |
list[dict[str, Any]] |
Server frames that are notifications (a method, no id). |
Source
clients/sdk-py/src/muse_code/replay.py:38