roboticus-api 0.11.3

HTTP routes, WebSocket, auth, rate limiting, and dashboard for the Roboticus agent runtime
Documentation
1
2
3
4
5
6
7
8
9
//! Guard implementations split by concern.
//!
//! Each submodule defines one or more [`Guard`](super::guard_registry::Guard) implementors
//! and the private helper functions they rely on.

pub(in crate::api::routes::agent) mod behavioral;
pub(in crate::api::routes::agent) mod output_quality;
pub(in crate::api::routes::agent) mod protocol;
pub(in crate::api::routes::agent) mod truthfulness;