Skip to content

Getting Started

Joe Xu edited this page May 29, 2026 · 2 revisions

Getting Started

This page explains how to set up and run UACRAgent from source.

Requirements

  • Python 3.10+
  • One supported LLM provider for generation:
    • Gemini
    • OpenAI
    • DeepSeek
  • One embedding option:
    • Gemini embeddings
    • OpenAI embeddings
    • Local embeddings

Install

macOS / Linux

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
pip install -e .

Clone this wiki locally