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
mod registry;
mod selector;
mod types;

pub use registry::AgentRegistry;
pub use selector::{FirstMatchSelector, PeerSelector};
pub use types::{AgentCard, AgentStatus, DiscoverQuery};

#[cfg(test)]
mod tests;