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>
Showing
| ... | @@ -3,7 +3,7 @@ | ... | @@ -3,7 +3,7 @@ |
| "version": "1.0.0", | "version": "1.0.0", | ||
| "engines": { | "engines": { | ||
| "node": ">=20", | "node": ">=20", | ||
| "pnpm": "10.x" | "pnpm": "9.x" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "@fastgpt-sdk/plugin": "0.3.8", | "@fastgpt-sdk/plugin": "0.3.8", | ||
| ... | ... |
| ... | @@ -4,11 +4,11 @@ | ... | @@ -4,11 +4,11 @@ |
| "type": "module", | "type": "module", | ||
| "engines": { | "engines": { | ||
| "node": ">=20", | "node": ">=20", | ||
| "pnpm": "10.x" | "pnpm": "9.x" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "@apidevtools/json-schema-ref-parser": "^11.7.2", | "@apidevtools/json-schema-ref-parser": "^11.7.2", | ||
| "@fastgpt-sdk/sandbox-adapter": "^0.0.21", | "@fastgpt-sdk/sandbox-adapter": "^0.0.22", | ||
| "@fastgpt-sdk/storage": "catalog:", | "@fastgpt-sdk/storage": "catalog:", | ||
| "@fastgpt-sdk/logger": "catalog:", | "@fastgpt-sdk/logger": "catalog:", | ||
| "@fastgpt/global": "workspace:*", | "@fastgpt/global": "workspace:*", | ||
| ... | @@ -36,6 +36,7 @@ | ... | @@ -36,6 +36,7 @@ |
| "ioredis": "^5.6.0", | "ioredis": "^5.6.0", | ||
| "joplin-turndown-plugin-gfm": "^1.0.12", | "joplin-turndown-plugin-gfm": "^1.0.12", | ||
| "json5": "catalog:", | "json5": "catalog:", | ||
| "jsonrepair": "^3.0.0", | |||
| "jsonpath-plus": "^10.3.0", | "jsonpath-plus": "^10.3.0", | ||
| "jsonwebtoken": "^9.0.2", | "jsonwebtoken": "^9.0.2", | ||
| "lodash": "catalog:", | "lodash": "catalog:", | ||
| ... | ... |
| ... | @@ -3,7 +3,7 @@ | ... | @@ -3,7 +3,7 @@ |
| "version": "1.0.0", | "version": "1.0.0", | ||
| "engines": { | "engines": { | ||
| "node": ">=20", | "node": ">=20", | ||
| "pnpm": "10.x" | "pnpm": "9.x" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "@chakra-ui/anatomy": "catalog:", | "@chakra-ui/anatomy": "catalog:", | ||
| ... | ... |
This diff is collapsed.
Click to expand it.
| ... | @@ -12,7 +12,7 @@ | ... | @@ -12,7 +12,7 @@ |
| }, | }, | ||
| "engines": { | "engines": { | ||
| "node": ">=20", | "node": ">=20", | ||
| "pnpm": "10.x" | "pnpm": "9.x" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "@chakra-ui/anatomy": "catalog:", | "@chakra-ui/anatomy": "catalog:", | ||
| ... | ... |
| ... | @@ -10,7 +10,7 @@ | ... | @@ -10,7 +10,7 @@ |
| }, | }, | ||
| "engines": { | "engines": { | ||
| "node": ">=20", | "node": ">=20", | ||
| "pnpm": "10.x" | "pnpm": "9.x" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "@chakra-ui/anatomy": "catalog:", | "@chakra-ui/anatomy": "catalog:", | ||
| ... | ... |
| ... | @@ -15,7 +15,7 @@ | ... | @@ -15,7 +15,7 @@ |
| }, | }, | ||
| "engines": { | "engines": { | ||
| "node": ">=20", | "node": ">=20", | ||
| "pnpm": "10.x" | "pnpm": "9.x" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "@fastgpt/global": "workspace:*", | "@fastgpt/global": "workspace:*", | ||
| ... | ... |
| ... | @@ -14,7 +14,7 @@ | ... | @@ -14,7 +14,7 @@ |
| }, | }, | ||
| "engines": { | "engines": { | ||
| "node": ">=20", | "node": ">=20", | ||
| "pnpm": "10.x" | "pnpm": "9.x" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "@fastgpt-sdk/logger": "catalog:", | "@fastgpt-sdk/logger": "catalog:", | ||
| ... | ... |
| ... | @@ -40,7 +40,7 @@ | ... | @@ -40,7 +40,7 @@ |
| }, | }, | ||
| "engines": { | "engines": { | ||
| "node": ">=20", | "node": ">=20", | ||
| "pnpm": "10.x" | "pnpm": "9.x" | ||
| }, | }, | ||
| "license": "Apache-2.0", | "license": "Apache-2.0", | ||
| "dependencies": { | "dependencies": { | ||
| ... | ... |
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment