Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ScaleML/AgentSPEX
/ TraceWriter
Class
TraceWriter
src/harness/checkpoints/durable_execution.py:152–157 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
150
151
152
class
TraceWriter:
153
def
__init__(self, path: Path):
154
self.path = Path(path)
155
156
def
write(self, event: Dict[str, Any]) -> None:
157
append_jsonl(self.path, event)
Callers
5
test_write_event
Method · 0.90
test_write_multiple_events
Method · 0.90
test_trace_when_enabled
Method · 0.90
test_trace_thread_safe
Method · 0.90
run
Method · 0.85
Calls
no outgoing calls
Tested by
4
test_write_event
Method · 0.72
test_write_multiple_events
Method · 0.72
test_trace_when_enabled
Method · 0.72
test_trace_thread_safe
Method · 0.72