A secure sandbox execution environment for DB-GPT Agent
Project description
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 案例
Project details
Release history Release notifications | RSS feed
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.0.tar.gz
(649.5 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.0.tar.gz.
File metadata
- Download URL: dbgpt_sandbox-0.8.0.tar.gz
- Upload date:
- Size: 649.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ed061e30aaed19c4f7b6ee9bc33d84872b6a4ce574a067c5133482f3cb70cdc
|
|
| MD5 |
b57d59a44f708281093e31a7af8069a6
|
|
| BLAKE2b-256 |
e41a2dbac57d9857f6280225d1c3f6e23a84bbbb0323e0a598732f17c03f192b
|
File details
Details for the file dbgpt_sandbox-0.8.0-py3-none-any.whl.
File metadata
- Download URL: dbgpt_sandbox-0.8.0-py3-none-any.whl
- Upload date:
- Size: 33.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a2e094f7462420f6c916721f17719f55a1fa1a4cf19446507f36bc18febbac5d
|
|
| MD5 |
6081a88e47500721dc25ebd98a7f1b71
|
|
| BLAKE2b-256 |
7e8d926000f822e6285bd16cc0b882bd1f9ac376cb3fb2b3b024b26a7938683c
|