Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changes/8366.feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Backport agent client connection pooling to 25.15
7 changes: 4 additions & 3 deletions src/ai/backend/manager/clients/agent/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
from .client import AgentClient
from .pool import AgentPool, AgentPoolConfig
from .pool import AgentClientPool
from .types import AgentPoolSpec

__all__ = [
"AgentClient",
"AgentPool",
"AgentPoolConfig",
"AgentClientPool",
"AgentPoolSpec",
]
Loading
Loading