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

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

オープン
#2,148 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
question
主要言語
Python
スター
15.9k
フォーク
1.4k
平均マージ
1日 17時間
マージ済み PR(30日)
163

説明

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?

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。