You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -208,21 +208,22 @@ For detailed architecture, see [docs/architecture.md](docs/architecture.md).
208
208
209
209
This project is open source under the [Apache 2.0 License](LICENSE).
210
210
211
-
## Roadmap
211
+
## Roadmap[2026.03]
212
212
213
213
### SDK
214
214
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.
216
217
217
218
### Sandbox Runtime
218
219
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.
222
223
223
224
### Deployment
224
225
225
-
-[ ]**Kubernetes Helm** - Helm charts to deploy all components.
226
+
-**Guide** - Deployment guide for self-hosted Kubernetes cluster.
0 commit comments