mirror of
https://github.com/labring/FastGPT.git
synced 2026-03-24 01:08:06 +08:00
* 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 * fix: sandbox download file * update lock * sub set * i18n * perf: system forbid sandbox * fix: i18n; next config * fix: authchat uid * update i18n * perf: check exists * stop in tool * stop in tool * fix: chat * update action * doc * deploy doc --------- Co-authored-by: YeYuheng <57035043+YYH211@users.noreply.github.com>
86 lines
2.3 KiB
JSON
86 lines
2.3 KiB
JSON
{
|
|
"name": "@fastgpt/service",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">=20",
|
|
"pnpm": "9.x"
|
|
},
|
|
"dependencies": {
|
|
"@apidevtools/json-schema-ref-parser": "^11.7.2",
|
|
"@fastgpt-sdk/sandbox-adapter": "^0.0.28",
|
|
"@fastgpt-sdk/otel": "catalog:",
|
|
"@fastgpt-sdk/storage": "catalog:",
|
|
"@fastgpt/global": "workspace:*",
|
|
"@maxmind/geoip2-node": "^6.3.4",
|
|
"@modelcontextprotocol/sdk": "catalog:",
|
|
"@node-rs/jieba": "2.0.1",
|
|
"@opentelemetry/api": "^1.9.0",
|
|
"@t3-oss/env-core": "0.13.10",
|
|
"@xmldom/xmldom": "^0.8.10",
|
|
"@zilliz/milvus2-sdk-node": "2.4.10",
|
|
"axios": "catalog:",
|
|
"bullmq": "^5.52.2",
|
|
"chalk": "^5.3.0",
|
|
"cheerio": "1.0.0-rc.12",
|
|
"cookie": "^0.7.1",
|
|
"date-fns": "catalog:",
|
|
"dayjs": "catalog:",
|
|
"decompress": "^4.2.1",
|
|
"domino-ext": "^2.1.4",
|
|
"encoding": "^0.1.13",
|
|
"file-type": "^19.0.0",
|
|
"form-data": "^4.0.4",
|
|
"http-proxy-agent": "^7.0.2",
|
|
"https-proxy-agent": "^7.0.6",
|
|
"iconv-lite": "^0.6.3",
|
|
"ioredis": "^5.6.0",
|
|
"joplin-turndown-plugin-gfm": "^1.0.12",
|
|
"json5": "catalog:",
|
|
"jsonpath-plus": "^10.3.0",
|
|
"jsonrepair": "^3.0.0",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"lodash": "catalog:",
|
|
"mammoth": "^1.11.0",
|
|
"mime": "^4.1.0",
|
|
"minio": "catalog:",
|
|
"mongoose": "^8.10.1",
|
|
"multer": "2.1.0",
|
|
"mysql2": "^3.11.3",
|
|
"next": "catalog:",
|
|
"nextjs-cors": "2.2.1",
|
|
"node-cron": "^3.0.3",
|
|
"node-xlsx": "^0.24.0",
|
|
"p-limit": "^7.2.0",
|
|
"papaparse": "5.4.1",
|
|
"pdfjs-dist": "4.10.38",
|
|
"pg": "^8.10.0",
|
|
"pino": "^9.7.0",
|
|
"pino-opentelemetry-transport": "^1.0.1",
|
|
"proxy-agent": "catalog:",
|
|
"proxy-from-env": "^1.1.0",
|
|
"request-ip": "^3.3.0",
|
|
"tiktoken": "1.0.17",
|
|
"tunnel": "^0.0.6",
|
|
"turndown": "^7.1.2",
|
|
"undici": "^7.18.2",
|
|
"winston": "^3.17.0",
|
|
"zod": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@types/async-retry": "^1.4.9",
|
|
"@types/cookie": "^0.5.2",
|
|
"@types/decompress": "^4.2.7",
|
|
"@types/jsonwebtoken": "^9.0.3",
|
|
"@types/lodash": "catalog:",
|
|
"@types/multer": "^1.4.10",
|
|
"@types/node-cron": "^3.0.11",
|
|
"@types/papaparse": "5.3.7",
|
|
"@types/pg": "^8.6.6",
|
|
"@types/proxy-from-env": "^1.0.4",
|
|
"@types/request-ip": "^0.0.37",
|
|
"@types/tunnel": "^0.0.4",
|
|
"@types/turndown": "^5.0.4"
|
|
}
|
|
}
|