Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)
41
class
ReplayMessage:
42
content: str
43
tool_calls: List[ReplayToolCall]
44
45
46
class
TraceReplayer:
Callers
2
test_replay_message
Method · 0.90
next_llm_message
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_replay_message
Method · 0.72