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

Method write

src/harness/checkpoints/durable_execution.py:156–157  ·  view source on GitHub ↗
(self, event: Dict[str, Any])

Source from the content-addressed store, hash-verified

154 self.path = Path(path)
155
156 def write(self, event: Dict[str, Any]) -> None:
157 append_jsonl(self.path, event)

Callers 15

test_write_eventMethod · 0.95
_append_jsonlFunction · 0.80
__init__Method · 0.80
_append_lineMethod · 0.80
_write_mermaid_fileMethod · 0.80
_write_html_fileMethod · 0.80
append_jsonlFunction · 0.80
_traceMethod · 0.80
_read_from_ttyMethod · 0.80

Calls 1

append_jsonlFunction · 0.85

Tested by 15

test_write_eventMethod · 0.76
temp_yaml_filesFunction · 0.64
env_variable_yamlFunction · 0.64
sample_yaml_fileMethod · 0.64
_write_jsonlFunction · 0.64
test_read_eventsMethod · 0.64