a2aproject / a2aproject/a2a-java

How to scale a A2A production deployment to 100 A2A Server Agents each exposing a different AgentCard?

オープン
#898 コメント 10 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Java
スター
490
フォーク
172
平均マージ
1日 6時間
マージ済み PR(30日)
55

説明

Say i have an quarkus App that implemented A2A SDK with on AgentExecutor and one AgentCard and i would like to scale this deployment to support a higher number of Server Agents.

the one approach that would work would be to deploy one separate Quarkus app per Agent to kubernetes and proxy the connection with a reverse proxy software creating virtual hosts/ingresses to access the Server Agent endpoint (AgentCard and JSONRPC handler)

```
https://a2a-server-agent-1/.well-known/agent-card.json
https://a2a-server-agent-2/.well-known/agent-card.json
etc
```
I think that's a lot overhead running a separate quarkus app per agent

is there any best practices in terms of setting up just one single quarkus app supporting multiple AgentCards and JSONRPC Handler endpoints?

is there any reference architecture for a typical A2A production deployment?

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

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

評価

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

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

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