-
Notifications
You must be signed in to change notification settings - Fork 0
[FEATURE] Create a function to allow listing A2A agents #24
Copy link
Copy link
Labels
Description
Summary
The Inference Gateway supports list of A2A servers when they are exposed on the Gateway.
Currently there is a no function to list those agents or perform operations that are described in the OpenAPI spec of the gateway.
https://github.com/inference-gateway/inference-gateway/blob/main/openapi.yaml
Acceptance Criteria
- The OpenAPI spec is downloaded and contains the latest changes
- There is a function on the SDK to list all available A2A servers that follows the OpenAPI spec schema
- There is a function to fetch a specific agent ID details
- It's documented
- It's tested
Reactions are currently unavailable