13 projects
maf-sandbox-tui
A local operator console for inspecting and disposing maf-sandbox instances.
maf-sandbox-deepagents
A maf-sandbox router as a Deep Agents sandbox backend — any backend the router admits (Docker, ACA Sandboxes) behind LangChain's BaseSandbox, with the router's isolation floor and egress policy still enforced.
maf-sandbox-drawio
Create editable draw.io files from XML with sandboxed validation and automatic layout.
maf-sandbox-acas
Azure Container Apps Sandboxes as a sandbox backend for Microsoft Agent Framework agents.
maf-sandbox-terraform
Offline Terraform and OpenTofu validation in disposable sandboxes for Agent Framework.
maf-sandbox-otel
OpenTelemetry records of what a maf-sandbox sandbox did — egress posture, host-tool calls, files in and out, integrity labels and disposal — as spans, log records and metrics.
maf-sandbox-hyperlight
Hyperlight Python micro-VMs on Windows WHP and Linux KVM with bounded execution and snapshot reset.
maf-sandbox-bicep
Sandboxed Bicep validation (bicep build + bicep lint) as a Microsoft Agent Framework tool — written against maf-sandbox so it runs on any sandbox backend.
maf-sandbox-wslc
WSL containers (wslc) as a developer-machine sandbox backend for Microsoft Agent Framework agents.
maf-sandbox-codeact
CodeAct as a Microsoft Agent Framework tool — the model writes a short Python program and it runs inside a sandbox — written against maf-sandbox so it runs on any sandbox backend.
maf-sandbox-docker
Plain Docker containers as a local and CI sandbox backend for Microsoft Agent Framework agents — any Docker-compatible engine, zero dependencies beyond maf-sandbox.
maf-sandbox
One seam between an application and any sandbox provider, for Microsoft Agent Framework: backend protocol, selection against a minimum-isolation floor, and a match against the capabilities a workload declares it needs.
maf-sandbox-aca
Azure Container Apps Sandboxes as a sandbox backend for Microsoft Agent Framework agents — reference implementation of agent-framework#7568.