-
Notifications
You must be signed in to change notification settings - Fork 158
SGR Quick Start
maksimov maksim edited this page Oct 17, 2025
·
6 revisions
First, install UV (modern Python package manager):
# Install UV
curl -LsSf https://astral.sh/uv/install.sh | sh
# or on Windows:
# powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"# 1. Setup configuration
cp config.yaml.example config.yaml
# Edit config.yaml with your API keys
# 2. Change to src directory and install dependencies
uv sync
# 3. Run the server
uv run python sgr_deep_research# 1. Setup configuration
cp config.yaml.example config.yaml
# Edit config.yaml with your API keys
# 2. Go to the services folder
cd services
# 3. Building docker images
docker-compose build
# 4. Deploy with Docker Compose
docker-compose up -d
# 3. Check health
curl http://localhost:8010/health2025 // vamplab