llm_extraction boundary
This commit is contained in:
parent
c6d1ee55e6
commit
7e66c57350
4 changed files with 372 additions and 0 deletions
19
src/repo_registry/llm_extraction/__init__.py
Normal file
19
src/repo_registry/llm_extraction/__init__.py
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
from repo_registry.llm_extraction.extractor import (
|
||||
ExtractedAbility,
|
||||
ExtractedCapability,
|
||||
ExtractedEvidence,
|
||||
ExtractedFeature,
|
||||
LLMCandidateExtractor,
|
||||
LLMExtractionError,
|
||||
create_llm_connect_adapter,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"ExtractedAbility",
|
||||
"ExtractedCapability",
|
||||
"ExtractedEvidence",
|
||||
"ExtractedFeature",
|
||||
"LLMCandidateExtractor",
|
||||
"LLMExtractionError",
|
||||
"create_llm_connect_adapter",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue