configuration support for optional LLM extraction
This commit is contained in:
parent
0f10ca6065
commit
df2d573d96
3 changed files with 48 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue