//! 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).
pubconstMAX_USER_MESSAGE_BYTES:usize=32_768;