Skip to main content

Crate walrus_daemon

Crate walrus_daemon 

Source
Expand description

Walrus gateway — application shell composing runtime, channels, and cron scheduling. Personal agent, local-first.

Re-exports§

pub use channel::router::ChannelRouter;
pub use channel::router::RoutingRule;
pub use config::DaemonConfig;
pub use feature::cron::CronJob;
pub use feature::cron::CronScheduler;
pub use feature::memory::MemoryBackend;
pub use gateway::Gateway;
pub use gateway::GatewayHook;
pub use gateway::builder::build_runtime;
pub use gateway::serve::ServeHandle;
pub use gateway::serve::serve;
pub use gateway::serve::serve_with_config;

Modules§

channel
Channel routing and management.
config
Daemon configuration loaded from TOML.
feature
Features of the gateway.
gateway
Gateway — daemon core composing runtime, MCP, skills, and memory.
loader
Markdown-based configuration loading for agents, cron jobs, and skills.
utils
Gateway utility functions.