llm_extraction integration by adding the bridge into candidate graph drafts

This commit is contained in:
2026-04-26 03:08:55 +02:00
parent 7e66c57350
commit 3aa0c08ab9
4 changed files with 261 additions and 2 deletions

View File

@@ -117,8 +117,10 @@ python -m pip install -e ../llm-connect
The integration accepts any `llm-connect` style adapter with
`execute_prompt(prompt, config)` and parses strict JSON candidate drafts from
model responses. Tests use a fake adapter, so the default test suite does not
call external providers.
model responses. Parsed drafts can be mapped into reviewable candidate graph
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.
## Agent-Facing Endpoints