V4.14.9 features (#6599)

* fix: image read and json error (Agent) (#6502)

* fix:
1.image read
2.JSON parsing error

* dataset cite and pause

* perf: plancall second parse

* add test

---------

Co-authored-by: archer <545436317@qq.com>

* master message

* remove invalid code

* feat(sre): integrate traces, logs, metrics into one sdk (#6580)

* fix: image read and json error (Agent) (#6502)

* fix:
1.image read
2.JSON parsing error

* dataset cite and pause

* perf: plancall second parse

* add test

---------

Co-authored-by: archer <545436317@qq.com>

* master message

* wip: otel sdk

* feat(sre): integrate traces, logs, metrics into one sdk

* fix(sre): use SpanStatusCode constants

* fix(sre): clarify step memory measurement

* update package

* fix: ts

---------

Co-authored-by: YeYuheng <57035043+YYH211@users.noreply.github.com>
Co-authored-by: archer <545436317@qq.com>

* doc

* sandbox in agent (#6579)

* doc

* update template

* fix: pr

* fix: sdk package

* update lock

* update next

* update dockerfile

* dockerfile

* dockerfile

* update sdk version

* update dockerefile

* version

---------

Co-authored-by: YeYuheng <57035043+YYH211@users.noreply.github.com>
Co-authored-by: Ryo <whoeverimf5@gmail.com>
This commit is contained in:
Archer
2026-03-21 12:19:44 +08:00
committed by GitHub
parent 7a6601394d
commit 05bb197990
74 changed files with 6599 additions and 2887 deletions
@@ -26,9 +26,10 @@ AGENT_SANDBOX_SEALOS_TOKEN=
## 🚀 新增内容
1. 新增 AI 虚拟机功能,可以给 AI 挂载一个虚拟机工具进行更丰富的操作。
2. 封装 logger sdk
3. 更新知识库单个数据时,同步更新 collection 更新时间
4. 表单输入文件时,支持打开文件进行预览
2. AgentV2 上下文适配暂停态
3. 封装 logger sdk。增加 Metrics 追踪
4. 更新知识库单个数据时,同步更新 collection 更新时间
5. 表单输入文件时,支持打开文件进行预览。
## ⚙️ 优化
@@ -54,3 +55,4 @@ AGENT_SANDBOX_SEALOS_TOKEN=
13. 系统工具集不显示版本
14. 修复视频音频自定义文件类型流程开始无文件链接变量
15. 用户输入框消息不转义成 markdown 格式
16. 修复 AgentV2 部分上下文错误。