Druids – Build your own software factory
Event-driven agent coordination with sandboxed VMs beats manual LangGraph wiring.

Finally lets AI agents automate Windows-only legacy apps from Linux pipelines.
AI agent developers, automation engineers
QEMU · libvirt · TestContainers
It is hard to automate with computer-use agents because of weird pop-ups, lack of a DOM like browsers, random clicks, and cost at scale.
We built an agent harness and sandbox to automate any legacy software. Our Windows Sandbox (SmolVM) is open-source and can be used with a Python SDK or CLI - https://github.com/CelestoAI/SmolVM
We will also publish our agent harness benchmark report soon.
Event-driven agent coordination with sandboxed VMs beats manual LangGraph wiring.
Gives Claude its own machines—VM primitive for AI agents beats hogging your ports and RAM.
MicroVMs isolate AI agents better than Docker without the cloud tax of E2B.
Agents trigger events, program controls state—inverts the usual orchestration model.
0.79ms VM spawn time beats E2B's 150ms using CoW memory forking on real KVM isolation.
Drop @ui_enabled on a function and you get an instant Flask-backed web form with inputs inferred from type hints, a sidebar for global variables, and a searchable collapsible JSON result viewer. It's a deliberate tiny alternative to Streamlit/Gradio — no React or npm, just vanilla HTML/JS with grouping and theming; excellent for converting one-off scripts into a control panel, but expect limited auth, validation, and scaling features.