ag-ui-protocol / ag-ui-protocol/ag-ui

[Bug]: The TOOL_CALL_RESULT event is being emitted for the backend tool

Abierto
#2,131 1 comentario 0 reacciones 0 asignados Ver en GitHub
enhancement Feature Request
Lenguaje dominante
Python
Estrellas
15.9k
Forks
1.4k
Merge medio
1 d 17 h
PR fusionados (30 d)
163

Descripción

### Pre-flight Checklist

- [x] I have searched [existing issues](https://github.com/ag-ui-protocol/ag-ui/issues) and this hasn't been reported yet.
- [x] I am using the **latest** version AG-UI.

### Describe the Bug

I am using Google ADK integration with some backend tools (including skills etc)

I am noticing that the to the client application TOOL_CALL_XX events are being emitted for the backend tools also. For example ADK invoke list skills, read skill etc and the output of all that goes to the frontend.

I would think that in a pure server-client setup (say fastapi backend and react frontend), I would not like to send the response of tool calls in the backend to the frontend.

### Steps to Reproduce

Any simple ADK example with a tool should show this

### Expected Behavior

I am expecting the results of the backend tools should not be sent to the frontend.

### Environment

```text
ag-ui-adk>=0.7.0
```

### Screenshots

_No response_

### Logs & Errors

```shell

```

### Additional Context

_No response_

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.