roboticus-core 0.11.1

Shared types, config parsing, personality system, and error types for the Roboticus agent runtime
Documentation
1
2
3
4
5
//! Workspace-wide limits shared by HTTP routes, pipeline, and auxiliary flows.

/// Maximum user message content length (bytes) for turns that go through the
/// unified pipeline or analogous validation (e.g. personality interview).
pub const MAX_USER_MESSAGE_BYTES: usize = 32_768;