Loading request...
Integrate Hyperlight wasm sandboxing to provide lightweight sandboxing for running agent-related Python code, addressing the current lack of such a feature.
### Package agent-os-kernel ### Problem Statement We currently do not have lightweight sandboxing for running agent related code. ### Proposed Solution Leverage HyperLight wasm sandboxing. https://github.com/hyperlight-dev/hyperlight-sandbox Create a new sandbox provider based on HyperLight wasm. Will work on the PR for this. Experimentation in progress. ### Alternatives Considered _No response_ ### Priority Important ### Contribution - [x] I would be willing to submit a PR for this feature