roboticus-api 0.11.4

HTTP routes, WebSocket, auth, rate limiting, and dashboard for the Roboticus agent runtime
Documentation
1
2
3
4
5
//! Re-export shim — guard implementations now live in `roboticus_pipeline::guard_impls`.
//!
//! This module exists only to preserve the `mod guard_impls` declaration in the
//! parent. All types are accessed via `guard_registry::*` which re-exports from
//! the pipeline crate.