Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_event
Method · 0.95
test_write_multiple_events
Method · 0.95
_append_jsonl
Function · 0.80
_maybe_apply_side_effects_in_replay
Method · 0.80
__init__
Method · 0.80
_append_line
Method · 0.80
_write_mermaid_file
Method · 0.80
_write_html_file
Method · 0.80
append_jsonl
Function · 0.80
best_effort_host_write_text
Function · 0.80
_trace
Method · 0.80
_read_from_tty
Method · 0.80
Calls
1
append_jsonl
Function · 0.85
Tested by
15
test_write_event
Method · 0.76
test_write_multiple_events
Method · 0.76
temp_yaml_files
Function · 0.64
test_yaml_config_with_extra_keys
Method · 0.64
env_variable_yaml
Function · 0.64
test_invalid_yaml_syntax
Method · 0.64
sample_yaml_file
Method · 0.64
_write_jsonl
Function · 0.64
test_env_variable_expansion
Method · 0.64
test_env_variable_with_default
Method · 0.64
test_validate_yaml_syntax_invalid
Method · 0.64
test_read_events
Method · 0.64