Skip to content

Commit cb8c9b0

Browse files
committed
chore: update core Roadmap for 2026.03
1 parent e7d2b05 commit cb8c9b0

2 files changed

Lines changed: 14 additions & 12 deletions

File tree

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -208,21 +208,22 @@ For detailed architecture, see [docs/architecture.md](docs/architecture.md).
208208

209209
This project is open source under the [Apache 2.0 License](LICENSE).
210210

211-
## Roadmap
211+
## Roadmap [2026.03]
212212

213213
### SDK
214214

215-
- [ ] **Go SDK** - Go client SDK for sandbox lifecycle management, command execution, and file operations.
215+
- **Sandbox client connection pool** - Client-side sandbox connection pool management, providing pre-provisioned sandboxes to obtain an environment at X ms.
216+
- **Go SDK** - Go client SDK for sandbox lifecycle management, command execution, and file operations.
216217

217218
### Sandbox Runtime
218219

219-
- [ ] **Persistent storage** - Mountable persistent storage for sandboxes (see [Proposal 0003](oseps/0003-volume-and-volumebinding-support.md)).
220-
- [ ] **Ingress multi-network strategies** - Multi-Kubernetes provisioning and multi-network modes for the Ingress Gateway.
221-
- [ ] **Local lightweight sandbox** - Lightweight sandbox for AI tools running directly on PCs.
220+
- **Persistent volumes** - Mountable persistent volumes for sandboxes (see [Proposal 0003](oseps/0003-volume-and-volumebinding-support.md)).
221+
- **Local lightweight sandbox** - Lightweight sandbox for AI tools running directly on PCs.
222+
- **Secure Container** - Secure sandbox for AI Agents running inside container.
222223

223224
### Deployment
224225

225-
- [ ] **Kubernetes Helm** - Helm charts to deploy all components.
226+
- **Guide** - Deployment guide for self-hosted Kubernetes cluster.
226227

227228
## Contact and Discussion
228229

docs/README_zh.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -212,21 +212,22 @@ OpenSandbox 提供了丰富的示例来演示不同场景下的沙箱使用方
212212

213213
你可以在遵守许可条款的前提下,将 OpenSandbox 用于个人或商业项目。
214214

215-
## 路线图
215+
## 路线图 [2026.03]
216216

217217
### SDK
218218

219-
- [ ] **Go SDK** - Go 客户端 SDK,用于沙箱生命周期管理、命令执行和文件操作
219+
- **沙箱客户端连接池** - 客户端沙箱连接池管理,提供预配置的沙箱实例,以毫秒级速度获取沙箱环境。
220+
- **Go SDK** - Go 客户端 SDK,用于沙箱生命周期管理、命令执行和文件操作。
220221

221222
### Sandbox Runtime
222223

223-
- [ ] **持久化存储** - 沙箱的持久化存储挂载[Proposal 0003](../oseps/0003-volume-and-volumebinding-support.md)
224-
- [ ] **Ingress 多网络策略的深度集成**:多 Kubernetes provision、多网络模式的 Ingress Gateway 集成
225-
- [ ] **本地轻量级沙箱**:用于为运行在 PC 上的 AI 工具提供安全可靠的轻量级沙箱实现
224+
- **持久化存储** - 沙箱的持久化存储挂载(参见 [Proposal 0003](../oseps/0003-volume-and-volumebinding-support.md)
225+
- **本地轻量级沙箱** - 为运行在 PC 上的 AI 工具提供轻量级沙箱
226+
- **安全容器** - 为在容器内运行的 AI Agent 提供安全沙箱
226227

227228
### Deployment
228229

229-
- [ ] **Kubernetes Helm**:Kubernetes Helm 部署所有组件
230+
- **部署指南** - 自托管 Kubernetes 集群的部署指南
230231

231232
## 联系与讨论
232233

0 commit comments

Comments
 (0)