awaken-contract 0.4.0

Core types, traits, and state model for the Awaken AI agent runtime
Documentation
1
2
3
4
5
6
7
8
9
mod command;
mod mutation;
mod slot;
mod snapshot;

pub use command::StateCommand;
pub use mutation::{MutationBatch, MutationOp, MutationTarget};
pub use slot::{KeyScope, MergeStrategy, StateKey, StateKeyOptions, StateMap};
pub use snapshot::{PersistedState, Snapshot};