awaken-runtime 0.4.0

Phase-based execution engine, plugin system, and agent loop for Awaken
Documentation
1
2
3
4
5
6
7
8
9
10
mod persistence;
mod store;

pub use store::{CommitEvent, CommitHook, StateStore};

// Re-export contract state types for convenience
pub use awaken_contract::state::{
    KeyScope, MergeStrategy, MutationBatch, MutationOp, MutationTarget, PersistedState, Snapshot,
    StateCommand, StateKey, StateKeyOptions, StateMap,
};