mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-22 08:02:19 +00:00
430622261f
Add interactive, long-lived sandbox management to Windmill with two deployment modes (embedded on worker, remote on dedicated hosts). - Database schema: sandbox, sandbox_exec, sandbox_host tables - windmill-sandbox crate: core nsjail process manager (create, exec via nsenter, suspend/resume via SIGSTOP/SIGCONT, file I/O) - windmill-api-sandbox crate: REST API for sandbox CRUD and operations - Embedded sandbox HTTP server for worker-local sandbox access - Monitor integration for cleanup of expired/idle/orphaned sandboxes - Python SDK: Sandbox class with exec, suspend, resume, terminate, file ops Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Windmill API
The API server, exposing functionality to other components and the frontend
This crate exposes both a library as well as a binary target.