a2aproject / a2aproject/a2a-java

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

Đang mở
#898 10 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
Java
Star
490
Fork
172
Merge trung bình
1 ngày 6 giờ
Pull request đã merge (30 ngày)
55

Mô tả

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?

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.