Autonomous Software Civilization. Self-evolving AI agents with goal discovery, execution forks, and mathematical intent verification.
AI-powered goal discovery and decomposition
Parallel reality selection for best outcomes
Mathematical verification of intent alignment
Continuous value optimization
Self-evolving code patterns
Real-time learning from execution
Choose your installation method
For local development
curl -fsSL https://workflows.glennguilloux.com/downloads/install.sh | bashiwr https://workflows.glennguilloux.com/downloads/install.ps1 | iexIsolated environment
curl -O https://workflows.glennguilloux.com/downloads/docker-compose.yml
docker-compose up -dChoose your color scheme or create your own
export AGENTHUB_COLOR_SCHEME=nexusPowerful commands at your fingertips
# Create a goal with AI decomposition
$ agenthub goal create "Add JWT auth to my API"
✓ Goal created: abc123
✓ Decomposed into 3 sub-goals
# Run autonomous cycle
$ agenthub goal cycle --goal abc123
⚡ Executing: Implement JWT middleware...
✓ Completed: JWT middleware (2.3s)
⚡ Executing: Add token validation...
✓ Completed: Token validation (1.8s)
# Discover improvement opportunities
$ agenthub goal discover --auto-create
🔍 Analyzing codebase...
✓ Found 5 optimization opportunities
✓ Created goals: perf-001, perf-002, sec-001...