1//! Workspace-wide limits shared by HTTP routes, pipeline, and auxiliary flows.
23/// Maximum user message content length (bytes) for turns that go through the
4/// unified pipeline or analogous validation (e.g. personality interview).
5pub const MAX_USER_MESSAGE_BYTES: usize = 32_768;