llm_extraction integration by adding the bridge into candidate graph drafts

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

View file

@ -7,6 +7,7 @@ from repo_registry.llm_extraction.extractor import (
LLMExtractionError,
create_llm_connect_adapter,
)
from repo_registry.llm_extraction.mapper import LLMExtractionMapper
__all__ = [
"ExtractedAbility",
@ -15,5 +16,6 @@ __all__ = [
"ExtractedFeature",
"LLMCandidateExtractor",
"LLMExtractionError",
"LLMExtractionMapper",
"create_llm_connect_adapter",
]