Watch 38 modules coordinate to analyze input, from perception through reasoning to response.
Interactive Playground
Explore the framework in a live Python REPL. Type commands or use the quick actions below.
Getting Started
Three ways to use ELO-AGI: Python library, interactive CLI, or this web REPL.
pip install elo-agi
python -c "from neuro import CognitiveCore; print('Ready')"
Use 38 cognitive modules in your own code. Requires: Python 3.9+
pip install elo-agi ollama pull ministral-3:8b neuro
Chat with streaming responses, autonomous learning, 13 tools. Requires: Ollama
git clone https://github.com/ezekaj/elo-agi.git cd elo-agi && pip install -e ".[dev]" pytest neuro-*/tests/ -v
Full access to all module source, tests, and development tools.