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

Method from_file

src/harness/checkpoints/durable_execution.py:52–53  ·  view source on GitHub ↗
(cls, path: Path)

Source from the content-addressed store, hash-verified

50
51 @classmethod
52 def from_file(cls, path: Path) -> "TraceReplayer":
53 return cls(list(iter_jsonl(path)))
54
55 def _next(self) -> Dict[str, Any]:
56 if self._idx >= len(self._events):

Callers 1

test_from_fileMethod · 0.80

Calls 1

iter_jsonlFunction · 0.85

Tested by 1

test_from_fileMethod · 0.64