Expand description
Shared HTTP connection pool for outbound LLM and tool calls.
The HttpPool wraps a single reqwest::Client configured with
connection-pool settings so that all drivers share one pool instead of
each creating their own.
Structsยง
- Http
Pool - A shared HTTP connection pool backed by a single
reqwest::Client. - Http
Pool Config - Configuration for the shared HTTP connection pool.