Wired optional LLM extraction into the analysis path
This commit is contained in:
parent
3aa0c08ab9
commit
0f10ca6065
3 changed files with 95 additions and 5 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue