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

Question: AG-UI semantics for in-flight user steering

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

Descripción

AG-UI docs mention "Agent steering", but I could not find protocol guidance for this case:

A run is already active. The user sends an additional instruction intended for that active run.

Example:

```json
{
"threadId": "thread-1",
"runId": "run-1",
"messages": [
{ "role": "user", "content": "Focus more on security tradeoffs." }
],
"forwardedProps": {
"steering": true
}
}
```

Questions:

1. Should this be modeled as a `RunAgentInput` request?
2. Should it reuse the active `runId`, or use a new `runId` with `parentRunId`?
3. What should the response look like?
- an ACK event stream,
- HTTP 204,
- `RUN_STARTED` / `RUN_FINISHED`,
- or something else?

Is there any recommended AG-UI pattern for this scenario?

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.