a2aproject / a2aproject/a2a-go

[Feature] Add an extension point for client connection pooling

オープン
#109 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
enhancement
主要言語
Go
スター
460
フォーク
93
平均マージ
2日 21時間
マージ済み PR(30日)
9

説明

`a2aclient.WithConnectionPool()` factory option can simplify connection reuse for integrations like [ADK RemoteAgent](https://github.com/google/adk-go/blob/main/agent/remoteagent/a2a_agent.go#L35), where constructor takes an AgentCard and opens a connection on invocation.

Connection pooling improves application performance by reusing existing connections instead of creating new ones, which reduces overhead and speeds up response times.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。