It grows with every question asked.
# install dependencies pip install -r requirements.txt # set your api key export ANTHROPIC_API_KEY=your_key_here
# interactive repl python main.py # single query python main.py --query "What is causality?" # full expansion mode python main.py --query "..." --mode full # benchmark space growth python main.py --benchmark