-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
Joe Xu edited this page May 29, 2026
·
2 revisions
This page explains how to set up and run UACRAgent from source.
- Python 3.10+
- One supported LLM provider for generation:
- Gemini
- OpenAI
- DeepSeek
- One embedding option:
- Gemini embeddings
- OpenAI embeddings
- Local embeddings
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
pip install -e .