MCPcopy Create free account
hub / github.com/ScaleML/AgentSPEX / ReplayMessage

Class ReplayMessage

src/harness/checkpoints/durable_execution.py:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40@dataclass(frozen=True)
41class ReplayMessage:
42 content: str
43 tool_calls: List[ReplayToolCall]
44
45
46class TraceReplayer:

Callers 2

test_replay_messageMethod · 0.90
next_llm_messageMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_replay_messageMethod · 0.72