Back to browse
GitHub Repository
214 starsPython

Druids – coordinate and deploy coding agents across machines

by etherio·Mar 25, 2026·9 points·3 comments

AI Analysis

●●●BangerBig BrainWizardry

Agents trigger events, program controls state—inverts the usual orchestration model.

Strengths
  • Event-driven architecture separates agent decisions from program logic cleanly.
  • Sandboxed VMs per agent with copy-on-write forking is genuinely clever isolation.
  • Agents can share machines, transfer files, and work on git branches together.
Weaknesses
  • Agent orchestration is crowded—CrewAI, AutoGen, LangGraph already exist.
  • Hosted version required for VM forking feature, limits self-hosted appeal.
Category
Target Audience

Developers building multi-agent systems

Similar To

CrewAI · AutoGen · LangGraph

Similar Projects