Skip to main content

DEFAULT_CHANNEL_SIZE

Constant DEFAULT_CHANNEL_SIZE 

Source
pub const DEFAULT_CHANNEL_SIZE: usize = 500; // 500usize
Expand description

Default channel buffer size for internal communication. This applies to all async channels: LLM responses, tool results, UI events, etc. Can be overridden via AgentConfig::channel_buffer_size().