Install (PowerShell)

1
2
3
py -m venv .venv
.\.venv\Scripts\Activate.ps1
pip install -r requirements.txt

Run

1
python main.py

Provider prerequisites

  • Ollama: install Ollama and ensure it’s running (default base_url is http://localhost:11434)
  • OpenAI: set OPENAI_API_KEY (or set api_key: in config/agents.yaml)
  • HuggingFace: set HUGGINGFACEHUB_API_TOKEN (or set api_key: in config/agents.yaml)