chore(consistency): sync task status from DB [auto]

Updated by fix-consistency on 2026-05-15:
  - update .custodian-brief.md for repo-scoping
This commit is contained in:
2026-05-15 21:14:21 +02:00
parent f38ed6847c
commit 084159e51c
42 changed files with 5 additions and 5 deletions

View File

@@ -0,0 +1,21 @@
from repo_registry.llm_extraction.extractor import (
ExtractedAbility,
ExtractedCapability,
ExtractedEvidence,
ExtractedFeature,
LLMCandidateExtractor,
LLMExtractionError,
create_llm_connect_adapter,
)
from repo_registry.llm_extraction.mapper import LLMExtractionMapper
__all__ = [
"ExtractedAbility",
"ExtractedCapability",
"ExtractedEvidence",
"ExtractedFeature",
"LLMCandidateExtractor",
"LLMExtractionError",
"LLMExtractionMapper",
"create_llm_connect_adapter",
]