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;