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
mod descriptor;
mod lifecycle;
mod registry;

pub use descriptor::PluginDescriptor;
pub use lifecycle::{ConfigSchema, Plugin};
pub use registry::{InstalledPlugin, PluginRegistrar, PluginRegistry, ProfileKeyRegistration};
pub(crate) use registry::{KeyRegistration, RequestTransformArc};