awaken-contract 0.4.0

Core types, traits, and state model for the Awaken AI agent runtime
Documentation
pub mod active_agent;
pub mod bundle;
pub mod config_store;
pub mod content;
pub mod context_message;
pub mod event;
pub mod event_sink;
pub mod executor;
pub mod identity;
pub mod inference;
pub mod lifecycle;
pub mod mailbox;
pub mod message;
pub mod profile_store;
pub mod progress;
pub mod shared_state;
pub mod storage;
pub mod stream_checkpoint;
pub mod suspension;
pub mod tool;
pub mod tool_intercept;
pub mod tool_schema;
pub mod transform;
pub mod transport;