mirror of
https://github.com/labring/FastGPT.git
synced 2026-04-27 02:08:10 +08:00
V4.14.9 dev (#6555)
* feat: encapsulate logger (#6535) * feat: encapsulate logger * update engines --------- Co-authored-by: archer <545436317@qq.com> * next config * dev shell * Agent sandbox (#6532) * docs: switch to docs layout and apply black theme (#6533) * feat: add Gemini 3.1 models - Add gemini-3.1-pro-preview (released February 19, 2026) - Add gemini-3.1-flash-lite-preview (released March 3, 2026) Both models support: - 1M context window - 64k max response - Vision - Tool choice * docs: switch to docs layout and apply black theme - Change layout from notebook to docs - Update logo to icon + text format - Apply fumadocs black theme - Simplify global.css (keep only navbar and TOC styles) - Fix icon components to properly accept className props - Add mobile text overflow handling - Update Node engine requirement to >=20.x * doc * doc * lock * fix: ts * doc * doc --------- Co-authored-by: archer <archer@archerdeMac-mini.local> Co-authored-by: archer <545436317@qq.com> * Doc (#6493) * cloud doc * doc refactor * doc move * seo * remove doc * yml * doc * fix: tsconfig * fix: tsconfig * sandbox version (#6497) * sandbox version * add sandbox log * update lock * fix * fix: sandbox * doc * add console * i18n * sandbxo in agent * feat: agent sandbox * lock * feat: sandbox ui * sandbox check exists * env tempalte * doc * lock * sandbox in chat window * sandbox entry * fix: test * rename var * sandbox config tip * update sandbox lifecircle * update prompt * rename provider test * sandbox logger * yml --------- Co-authored-by: Archer <archer@fastgpt.io> Co-authored-by: archer <archer@archerdeMac-mini.local> * perf: sandbox error tip * Add sandbox limit and fix some issue (#6550) * sandbox in plan * fix: some issue * fix: test * editor default path * fix: comment * perf: sandbox worksapce * doc * perf: del sandbox * sandbox build * fix: test * fix: pr comment --------- Co-authored-by: Ryo <whoeverimf5@gmail.com> Co-authored-by: Archer <archer@fastgpt.io> Co-authored-by: archer <archer@archerdeMac-mini.local>
This commit is contained in:
@@ -16,7 +16,7 @@ The Code Run node executes JavaScript and Python code in a secure sandbox for da
|
||||
|
||||
**Important Notes**
|
||||
|
||||
- Self-hosted users need to deploy the `fastgpt-sandbox` image and configure the `SANDBOX_URL` environment variable.
|
||||
- Self-hosted users need to deploy the `fastgpt-sandbox` image and configure the `CODE_SANDBOX_URL` environment variable.
|
||||
- The sandbox has a default maximum runtime of 60s (configurable).
|
||||
- Code runs in isolated process pools with no access to the file system or internal network.
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ description: FastGPT 代码运行节点介绍(适用于 4.14.8 及以上版本
|
||||
|
||||
**注意事项**
|
||||
|
||||
- 私有化用户需要部署 `fastgpt-sandbox` 镜像,并配置 `SANDBOX_URL` 环境变量。
|
||||
- 私有化用户需要部署 `fastgpt-sandbox` 镜像,并配置 `CODE_SANDBOX_URL` 环境变量。
|
||||
- 沙盒默认最大运行 60s,可通过配置调整。
|
||||
- 代码运行在隔离的进程池中,无法访问文件系统和内网。
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ Runs simple JavaScript code for complex data processing. Code executes in a sand
|
||||
|
||||
**Important Notes**
|
||||
|
||||
- Self-hosted users must deploy the `fastgpt-sandbox` image and set the `SANDBOX_URL` environment variable.
|
||||
- Self-hosted users must deploy the `fastgpt-sandbox` image and set the `CODE_SANDBOX_URL` environment variable.
|
||||
- The sandbox enforces a 10-second max runtime and 32 MB memory limit.
|
||||
|
||||
## Variable Input
|
||||
|
||||
@@ -13,7 +13,7 @@ description: FastGPT 代码运行节点介绍(适用于 4.14.7 及以下版本
|
||||
|
||||
**注意事项**
|
||||
|
||||
- 私有化用户需要部署`fastgpt-sandbox` 镜像,并配置`SANDBOX_URL`环境变量。
|
||||
- 私有化用户需要部署`fastgpt-sandbox` 镜像,并配置`CODE_SANDBOX_URL`环境变量。
|
||||
- 沙盒最大运行 10s, 32M 内存限制。
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user