configuration support for optional LLM extraction

This commit is contained in:
2026-04-26 03:14:29 +02:00
parent 0f10ca6065
commit df2d573d96
3 changed files with 48 additions and 2 deletions

View File

@@ -127,6 +127,9 @@ When an extractor is present and returns candidates, analysis stores those
reviewable candidates; when it returns no candidates, the deterministic
heuristic generator remains the fallback.
The FastAPI settings object also accepts `llm_provider` and `llm_model`. By
default `llm_provider` is unset, so analysis is fully offline and deterministic.
## Agent-Facing Endpoints
The v0.1 API covers the main registration, analysis, review, search, and inspection loop: