akashi_drift 0.3.0 copy "akashi_drift: ^0.3.0" to clipboard
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 durable CheckpointStore backed by drift + SQLite.
  • Persists AgentCheckpoints (via checkpointToJson) 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.
0
likes
130
points
31
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#ai #agents #durability #sqlite

License

MIT (license)

Dependencies

akashi, drift, meta, sqlite3

More

Packages that depend on akashi_drift