strix
strix copied to clipboard
Dane/strix resumable execution
Work on #29 ability to record checkpoints of strix and resume execution from the last state.
The PR includes two implementations of the CheckpointStore interface: SQLite and a file store. The code records execution and restores the root agent's state from the stored checkpoint. Note that the code for the resume subagent executions is missing