A simple Python-based AI assistant with explicit coordination, optional specialized workflows, and persistent memory.
The system separates control logic from language generation to keep behavior predictable and testable.
make setup
# add your GROQ_API_KEY to .env
make run
```win
python -m venv venv
.\venv\Scripts\activate
pip install -r .\requirements.txt
cp .env.example .env
# add your GROQ_API_KEY to .env
python .\main.py