Files
FastGPT/projects/sandbox/package.json
T
Archer 7a6601394d perf: agent pause (#6588)
* 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>
2026-03-20 18:07:29 +08:00

42 lines
969 B
JSON

{
"name": "sandbox",
"version": "5.0.0",
"description": "FastGPT Code Sandbox - Bun + Hono + 统一子进程模型",
"author": "",
"private": true,
"license": "UNLICENSED",
"scripts": {
"dev": "bun run --watch src/index.ts",
"start": "bun run src/index.ts",
"build": "sh build.sh",
"test": "vitest run",
"test:watch": "vitest"
},
"engines": {
"node": ">=20",
"pnpm": "9.x"
},
"dependencies": {
"@fastgpt-sdk/logger": "catalog:",
"@fastgpt/service": "workspace:*",
"axios": "catalog:",
"crypto-js": "^4.2.0",
"dayjs": "catalog:",
"dotenv": "^17.3.1",
"hono": "^4.7.6",
"lodash": "catalog:",
"moment": "^2.30.1",
"qs": "^6.13.1",
"tiktoken": "1.0.17",
"uuid": "^9.0.1",
"zod": "catalog:"
},
"devDependencies": {
"@types/bun": "^1.2.4",
"@types/node": "^20.14.2",
"vitest": "^3.0.9",
"@vitest/coverage-v8": "^3.0.9",
"typescript": "^5.7.3"
}
}