Opensandbox (#6657)
* Opensandbox (#6651) * volumn manager * feat: opensandbox volumn * perf: action (#6654) * perf: action * doc * doc * deploy tml * update template
Showing
.github/workflows/build-agent-sandbox.yml
0 → 100644
This diff is collapsed.
Click to expand it.
packages/service/core/ai/sandbox/config.ts
0 → 100644
| ... | ... | @@ -8,7 +8,7 @@ |
| }, | ||
| "dependencies": { | ||
| "@apidevtools/json-schema-ref-parser": "^11.7.2", | ||
| "@fastgpt-sdk/sandbox-adapter": "^0.0.31", | ||
| "@fastgpt-sdk/sandbox-adapter": "^0.0.33", | ||
| "@fastgpt-sdk/otel": "catalog:", | ||
| "@fastgpt-sdk/storage": "catalog:", | ||
| "@fastgpt/global": "workspace:*", | ||
| ... | ... |
This diff is collapsed.
Click to expand it.
| { | ||
| "name": "sandbox", | ||
| "name": "code-sandbox", | ||
| "version": "5.0.0", | ||
| "description": "FastGPT Code Sandbox - Bun + Hono + 统一子进程模型", | ||
| "author": "", | ||
| ... | ... |
File moved
File moved
File moved
File moved
File moved
File moved
File moved
projects/sandbox-sync-agent/build.sh
deleted
100755 → 0
projects/sandbox-sync-agent/sync.sh
deleted
100644 → 0
projects/volume-manager/.dockerignore
0 → 100644
projects/volume-manager/.env.template
0 → 100644
projects/volume-manager/Dockerfile
0 → 100644
projects/volume-manager/README.md
0 → 100644
projects/volume-manager/bun.lock
0 → 100644
This diff is collapsed.
Click to expand it.
projects/volume-manager/package.json
0 → 100644
| { | ||
| "name": "@fastgpt/volume-manager", | ||
| "version": "0.0.1", | ||
| "private": true, | ||
| "type": "module", | ||
| "scripts": { | ||
| "dev": "bun --watch src/index.ts", | ||
| "build": "bun build src/index.ts --outdir dist --target bun", | ||
| "start": "bun dist/index.js", | ||
| "test": "vitest --run" | ||
| }, | ||
| "dependencies": { | ||
| "hono": "^4.6.0", | ||
| "zod": "^4" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/bun": "latest", | ||
| "vitest": "^2.0.0" | ||
| } | ||
| } |
projects/volume-manager/src/env.ts
0 → 100644
This diff is collapsed.
Click to expand it.
projects/volume-manager/src/index.ts
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
projects/volume-manager/src/utils/logger.ts
0 → 100644
This diff is collapsed.
Click to expand it.
projects/volume-manager/src/utils/naming.ts
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
projects/volume-manager/tsconfig.json
0 → 100644
This diff is collapsed.
Click to expand it.
projects/volume-manager/vitest.config.ts
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment