mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-06 01:02:54 +08:00
05bb197990
* 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>
65 lines
1.2 KiB
YAML
65 lines
1.2 KiB
YAML
packages:
|
|
- packages/*
|
|
- projects/*
|
|
- scripts/icon
|
|
- sdk/*
|
|
|
|
overrides:
|
|
'@types/react': ^18
|
|
'@types/react-dom': ^18
|
|
react: ^18
|
|
react-dom: ^18
|
|
|
|
catalog:
|
|
'@chakra-ui/anatomy': ^2
|
|
'@chakra-ui/icons': ^2
|
|
'@chakra-ui/next-js': ^2
|
|
'@chakra-ui/react': ^2
|
|
'@chakra-ui/styled-system': ^2
|
|
'@chakra-ui/system': ^2
|
|
'@emotion/react': ^11
|
|
'@emotion/styled': ^11
|
|
'@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
|
|
'@types/node': ^20
|
|
axios: 1.13.6
|
|
date-fns: ^3
|
|
dayjs: 1.11.19
|
|
eslint: ^8
|
|
eslint-config-next: 15.5.12
|
|
express: ^4
|
|
i18next: 23.16.8
|
|
js-yaml: ^4.1.1
|
|
json5: ^2.2.3
|
|
lodash: 4.17.23
|
|
minio: 8.0.7
|
|
next: 16.1.6
|
|
next-i18next: 15.4.2
|
|
next-rspack: 16.1.6
|
|
proxy-agent: ^6
|
|
react: ^18
|
|
react-dom: ^18
|
|
react-i18next: 14.1.2
|
|
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
|