feat: 实现 AgentScope tool call context,支持 runtime 上下文续接

This commit is contained in:
qzl
2026-03-17 14:12:44 +08:00
parent d6cc5a0dae
commit 3bf7640000
15 changed files with 547 additions and 243 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ Base URL: `/api/v1/agent`
}
```
tool 消息在存储层用于运行时上下文续接,不在 `/history` 对外返回。
tool 消息在存储层用于运行时上下文续接,不在 `/history` 对外返回。续接时以 `metadata.tool_agent_output` 作为主信源(`content` 为轻量摘要)。
### 说明