crabtalk-daemon 0.0.19

Crabtalk agent runtime with memory, tools, and local inference
Documentation
1
2
3
4
5
6
//! Hook module — re-exports Env<DaemonHost> as DaemonEnv.

pub mod host;

/// The daemon's environment type — Env with DaemonHost for server-specific dispatch.
pub type DaemonEnv = runtime::Env<host::DaemonHost>;