awaken-runtime 0.6.0

Phase-based execution engine, plugin system, and agent loop for Awaken
Documentation
1
2
3
4
5
6
7
mod agent_runtime;

pub use crate::run::{
    CaptureWiring, PersistenceHints, ResolverInheritance, RunActivation, RunActivationError,
    RunControl, ThreadContextSnapshot,
};
pub use agent_runtime::AgentRuntime;