provenance for successful LLM-assisted candidate generation

This commit is contained in:
2026-04-26 03:21:26 +02:00
parent cdaeefd4b2
commit 2403accd06
3 changed files with 21 additions and 3 deletions

View File

@@ -128,6 +128,9 @@ reviewable candidates; when it returns no candidates, the deterministic
heuristic generator remains the fallback.
If extraction fails, the failure is recorded as a review decision and analysis
continues with deterministic candidates.
Successful LLM candidate generation is also recorded as a review decision so
curators can see whether a graph came from deterministic heuristics or an LLM
draft.
The FastAPI settings object also accepts `llm_provider` and `llm_model`. By
default `llm_provider` is unset, so analysis is fully offline and deterministic.