Wired optional LLM extraction into the analysis path

This commit is contained in:
2026-04-26 03:11:45 +02:00
parent 3aa0c08ab9
commit 0f10ca6065
3 changed files with 95 additions and 5 deletions

View File

@@ -122,6 +122,11 @@ entries while preserving source paths where they match observed facts or
content chunks. Tests use fake adapters, so the default test suite does not call
external providers.
Application code can inject an `LLMCandidateExtractor` into `RegistryService`.
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.
## Agent-Facing Endpoints
The v0.1 API covers the main registration, analysis, review, search, and inspection loop: