MCPcopy 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
152class 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_eventMethod · 0.90
runMethod · 0.85

Calls

no outgoing calls

Tested by 4

test_write_eventMethod · 0.72