docs: fix release smoke test failures
This commit is contained in:
@@ -50,6 +50,8 @@ dsh --profile web --dump-config
|
||||
| [`core/scope`](subsystems/scope.md) | 按 agent 划分作用域的注册原语 | 库,无 ctx 键 |
|
||||
| [`llm/llm`](subsystems/llm-streaming.md) | 消息与流式词汇表,以及适配器 seam | `ctx.llm` |
|
||||
|
||||
<a id="events"></a>
|
||||
|
||||
## 事件
|
||||
|
||||
事件就是扩展点,而选对事件域是大多数改动的第一个决定。
|
||||
@@ -60,6 +62,8 @@ dsh --profile web --dump-config
|
||||
|
||||
[事件映射](event-producer-consumer.md)列出每个事件的生产方与消费方。
|
||||
|
||||
<a id="turn-flow"></a>
|
||||
|
||||
## 轮次流程
|
||||
|
||||
一个**步骤**是一次模型请求加上它调用的工具。一个**轮次**包含零个或多个步骤:它在领取首条输入之前打开,并在不再欠下任何工作时关闭。
|
||||
|
||||
Reference in New Issue
Block a user