akashi_drift 0.3.0
akashi_drift: ^0.3.0 copied to clipboard
Durable SQLite checkpoint store for the Akashi agent framework: persists agent state over drift so a run can suspend for human approval and resume across process restarts.
Changelog #
0.3.0 #
- Initial release:
DriftCheckpointStore, a durableCheckpointStorebacked by drift + SQLite. - Persists
AgentCheckpoints (viacheckpointToJson) so a run can resume across process restarts and pause indefinitely for durable human-in-the-loop approval (ToolLoopAgent(durableApproval: true)+resume(..., decision: ...)). DriftCheckpointStore.memory()for tests and.open(File)for file-backed persistence.