Files
adsassistant/agents_service/README.md
2026-03-05 06:55:42 +03:00

298 B

Agents Service (FastAPI)

python -m venv .venv
# Windows: .venv\Scripts\activate
pip install -r requirements.txt
cp .env.example .env
python -m uvicorn src.main:app --reload --port 8001

Docker: build from root with docker compose up --build