pub const DEFAULT_CHANNEL_SIZE: usize = 500; // 500usizeExpand 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().