Module output_limits

Module output_limits 

Source
Expand description

Output limits to prevent unbounded memory growth.

Constantsยง

DEFAULT_MESSAGE_LIMIT
Default message count limit.
MAX_AGENT_MESSAGES_SIZE
Maximum size for single agent message payloads (bytes).
MAX_ALL_MESSAGES_SIZE
Maximum size for entire message history payloads (bytes).
MAX_LINE_LENGTH
Maximum size per line (bytes).
MAX_MESSAGE_LIMIT
Maximum message count limit.