SDK deos not provide API to Invoke another agent
Abierto
Nadie ha tomado este issue todavía.
- Lenguaje dominante
- Python
- Estrellas
- 28
- Forks
- 42
- Merge medio
- 2 d 13 h
- PR fusionados (30 d)
- 35
Descripción
Describe the Problem
Within AgentGatewayClient, there is a method 'list_agent_cards', but does not have a 'call agent'. (similar to 'list_mcp_tool' and 'call_mcp_tool'). With AGW, to send message to a remote agent, a fragment needs to be fetched, exchange URL and token, many same patterns have to be implemented by agent app. Why not create an API to be shared?
Propose a Solution
Create a new method 'send_agent_message'. Refer to https://github.tools.sap/fin-trm-dispute-resolution-ag/dispute-resolution-ag/blob/main/app/services/common/a2a_destination.py
Describe Alternatives
No response
Affected Development Phase
Development
Impact
Inconvenience
Timeline
No response
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Evaluación
Este issue todavía no se ha evaluado.