walrus-daemon 0.0.10

Walrus agent runtime with memory, tools, and local inference
Documentation
1
2
3
4
5
6
7
//! Managed child services — spawn, handshake, registry, shutdown.

pub mod config;
pub mod manager;

pub use config::ServiceConfig;
pub use manager::{ServiceHandle, ServiceManager, ServiceRegistry};