awaken-server-contract 0.6.0

Server and store boundary contracts for Awaken
Documentation
pub use awaken_runtime_contract::contract::{
    active_agent, commit_coordinator, content, context_message, event, event_sink, executor,
    identity, inference, lifecycle, message, profile_store, progress, run, shared_state,
    stream_checkpoint, suspension, tool, tool_intercept, tool_schema, transform,
};

pub mod audit_log;
pub mod config_store;
pub mod durable_event_sink;
pub mod event_store;
pub mod mailbox;
pub mod outbox;
pub mod pinned_registry;
pub mod protocol_replay_log;
pub mod registry_graph;
pub mod scope;
pub mod staged_commit;
pub mod storage;
pub mod store_traits;
pub mod transport;
pub mod versioned_registry;