DB-GPT Sandbox
背景:AI Agent 逐步成为使用 AI 解决真实环境中各类问题的有力工具,然而真实环境的任务隔离性和安全性是企业落地中必然要考虑的问题。 DB-GPT Agent 目前不支持统一、可扩展的安全沙箱环境。
预期目标:
为 DB-GPT Agent 实现一个安全的沙箱执行环境(支持 Agent、工具的运行和多语言代码的执行)。 分三个部分:
- 基于 DB-GPT Agent + Docker 容器实现安全的代码执行环境,支持 Python、Shell、Node.js 等代码的执行,改造 DB-GPT 现有的代码执行智能体。
- 支持有状态的沙箱环境,多次代码执行可以在相同的环境中,并且上次环境的变更能影响下次的执行(例如第一次执行安装 pypi 依赖,第二次执行安装后的依赖能正常使用)
- 插件化的安全沙箱环境实现,设计统一的沙箱环境接口,支持 Docker、Podman、本地进程(基Cgroup/Namespace/WebAssembly等)等沙箱环境的实现。
产出要求:
- 项目设计文档(含架构图、原理图、实现细节等)
- 实现安全沙箱环境的核心模块(统一沙箱环境接口,Docker 实现和本地进程的实现)
- 提供完整的使用教程文档说明
- 基于沙箱环境,开发一个支持 Python 等代码执行的 Agent 案例
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dbgpt_sandbox-0.8.2.tar.gz
(650.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dbgpt_sandbox-0.8.2.tar.gz.
File metadata
- Download URL: dbgpt_sandbox-0.8.2.tar.gz
- Upload date:
- Size: 650.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b638f214caac9efbeb1dbe19439156d2019c05e7f7454548c9b191971cb7e18
|
|
| MD5 |
ebc7ff7c933f17a07ed0c29a71b22dec
|
|
| BLAKE2b-256 |
d610caf34cd6882a818a5aedcac029940d4ecf1cf263caee2f34688b09a4cb6e
|
File details
Details for the file dbgpt_sandbox-0.8.2-py3-none-any.whl.
File metadata
- Download URL: dbgpt_sandbox-0.8.2-py3-none-any.whl
- Upload date:
- Size: 33.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9a9107280254878a2bd404ca2fed33f186c37f8ebcda3f1abb12a3e490374245
|
|
| MD5 |
f432039ad3d4e54a483bab8a7b3a66e2
|
|
| BLAKE2b-256 |
e4b681628c181f0f989053b77915f8e2e52149756f908de2f630b4a351e62fa5
|