mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-05 01:02:59 +08:00
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:
+16
-1
@@ -22,6 +22,7 @@ catalog:
|
||||
'@modelcontextprotocol/sdk': ^1
|
||||
'@fastgpt-sdk/storage': 0.6.15
|
||||
'@fastgpt-sdk/logger': 0.1.2
|
||||
'@fastgpt-sdk/otel': 0.1.0
|
||||
'@types/lodash': ^4
|
||||
'@types/react': ^18
|
||||
'@types/react-dom': ^18
|
||||
@@ -44,6 +45,20 @@ catalog:
|
||||
react: ^18
|
||||
react-dom: ^18
|
||||
react-i18next: 14.1.2
|
||||
tsdown: ^0.21.0
|
||||
tsdown: 0.21.4
|
||||
typescript: ^5.9.3
|
||||
zod: ^4
|
||||
|
||||
onlyBuiltDependencies:
|
||||
- '@parcel/watcher'
|
||||
- bufferutil
|
||||
- canvas
|
||||
- core-js
|
||||
- esbuild
|
||||
- mongodb-memory-server
|
||||
- msgpackr-extract
|
||||
- protobufjs
|
||||
- puppeteer
|
||||
- sharp
|
||||
- utf-8-validate
|
||||
- vue-demi
|
||||
|
||||
Reference in New Issue
Block a user