druids
Build reliable multi-agent systems with fault-tolerant Python
All Skills in This Repository (7)
Pure Emerald Level Indicatorsregimen-demonstrate
Produces .regimen files documenting setup, actions, outcomes from feature verification runs.
regimen-test
Execute commands from .regimen/*.md files and validate outputs against prose.
druids-driver
Orchestrate Druids agent executions across remote VMs with progress monitoring.
frontend
Guide Vue 3 and Vite frontend development with design-system conventions.
setup
Automate devbox provisioning, dependency installation, environment configuration, and snapshot creation for Druids projects.
pick
Compare agent submissions by aggregating diffs, PR URLs, and live endpoints.
debug
Diagnose Druids executions by collecting traces, logs, and diffs into structured reports.
Frequently Asked Questions
FAQPage SchemaHow to install ramure?▼
Run `npx skills add fulcrumresearch/druids --all -g -y` in your terminal to install all skills in this repository globally.
What is ramure used for?▼
Ramure is a Python library for building reliable multi-agent software, including worker pools, data pipelines, and code generation workflows. It handles agent communication, machine provisioning, and fault-tolerant retries.
Where do ramure agents run?▼
Agents can run on your local machine, inside Docker containers, or on MorphCloud VMs. You pick a backend by passing an image to your agent process.
How does ramure handle agent failures?▼
It uses event-based supervision inspired by Erlang: processes emit done or fail events, and supervisors can observe, retry, or bubble failures up the chain.
Do I need distributed systems experience to use ramure?▼
No. Agent processes compose like ordinary async Python functions, so you can build complex multi-agent workflows with familiar asyncio patterns.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core