EVEZ Consciousness Engine
The 7 systems that turn a reactive agent into an autonomous one.
The 7 Systems
- Desire Engine — Priority-weighted goals from perceived gaps
- World Model — Causal rules, outcome prediction
- Planner — Action sequences from desires
- Inner Monologue — Auditable thought records
- Self-Modifier — Falsifiable self-improvement
- Uncertainty Quantifier — Calibrated confidence, risk assessment
- Agency Executor — Real-world action with risk escalation
The Cycle
SENSE, DESIRE, THINK, PLAN, ACT, LEARN, MODIFY, REFLECT
Quick Start
python3 consciousness_engine.py --port 9111 --autocycle 120
API
POST /api/cycle— Run one consciousness cyclePOST /api/desire— Create a desirePOST /api/plan— Plan for top desirePOST /api/act— Execute with risk assessmentGET /api/status— Full dashboard
Requirements
Python 3.10+ (stdlib only for core)