mirror of
https://github.com/labring/FastGPT.git
synced 2026-04-25 02:01:53 +08:00
7a6601394d
* doc * feat: Pause Recovery (#6494) * feat: Pause Recovery * agent pause * agent pause * fix:agent pause * fix:agent pause * perf: pause agent call * fix: test --------- Co-authored-by: archer <545436317@qq.com> * 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: pause agent (#6595) * fix: ask and step result * delete console * udpate pnpm version * prettier --------- Co-authored-by: YeYuheng <57035043+YYH211@users.noreply.github.com>
34 lines
775 B
JSON
34 lines
775 B
JSON
{
|
|
"name": "@fastgpt/global",
|
|
"version": "1.0.0",
|
|
"engines": {
|
|
"node": ">=20",
|
|
"pnpm": "9.x"
|
|
},
|
|
"dependencies": {
|
|
"@fastgpt-sdk/plugin": "0.3.8",
|
|
"@apidevtools/swagger-parser": "^10.1.0",
|
|
"@bany/curl-to-json": "^1.2.8",
|
|
"axios": "catalog:",
|
|
"cron-parser": "^4.9.0",
|
|
"dayjs": "catalog:",
|
|
"encoding": "^0.1.13",
|
|
"js-yaml": "catalog:",
|
|
"jschardet": "3.1.1",
|
|
"json5": "catalog:",
|
|
"nanoid": "^5.1.3",
|
|
"next": "catalog:",
|
|
"openai": "4.104.0",
|
|
"openapi-types": "^12.1.3",
|
|
"timezones-list": "^3.0.2",
|
|
"lodash": "catalog:",
|
|
"zod": "catalog:",
|
|
"zod-openapi": "^5.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash": "catalog:",
|
|
"@types/js-yaml": "^4.0.9",
|
|
"@types/node": "20.14.0"
|
|
}
|
|
}
|