This service now lives in the common_rag monorepo under llm-service/.
Standalone /llm gateway extracted from the monolith.
uv sync --extra dev
PYTHONPATH=src uv run python -m llm_service.mainGenerate:
PYTHONPATH=src uv run python -c "import json; from llm_service.main import app; open('openapi.json','w').write(json.dumps(app.openapi(), indent=2))"