zoey-core 0.1.1

ZoeyAI core runtime and types — privacy-first AI agent framework optimized for local models
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod events;
mod executor;
pub mod legacy;
mod lifecycle;
mod state;

pub use events::*;
pub use executor::*;
pub use legacy::*;
pub use lifecycle::LockHealthStatus;
pub use state::*;