strix icon indicating copy to clipboard operation
strix copied to clipboard

Dane/strix resumable execution

Open devgi opened this issue 1 month ago • 0 comments

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

devgi avatar Nov 20 '25 15:11 devgi