MUR Commander
Autonomous workflow execution agent built on MUR patterns.
Commander takes the knowledge MUR captures and makes it actionable — executing workflows safely with constitution-bound safety, multi-model AI orchestration, and full audit trails.
Overview
MUR captures patterns → Commander executes them
├── Constitution checks every action
├── Right model for each step
├── Shadow mode previews first
└── Full audit trail
Quick Start
# Install
cargo install mur-commander
# Start daemon + sign constitution
murc start
murc constitution sign
# List workflows
murc workflows
# Preview a workflow
murc run deploy-docker --shadow
# Execute for real
murc run deploy-docker --var image_name=myapp
Documentation
- Installation — Install and configure Commander
- Constitution — Safety rules and signing
- Workflows — Define and run workflows
- Models — Multi-model configuration
- CLI Reference — All
murccommands - Web UI — Dashboard at localhost:3939