enki-next 0.5.78

Enki's Rust agent runtime, workflow engine, and shared core abstractions.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod agent_loop;
pub mod core;
pub mod types;
pub mod workspace;

#[cfg(test)]
mod tests;

pub use agent_loop::*;
pub use core::*;
pub use types::*;
pub use workspace::AgentWorkspace;