Re-exports§
pub use cognitive_adapter::ExtractionLlmJudge;pub use config::ExtractionConfig;pub use config::LlmProvider;pub use error::ExtractionError;pub use pipeline::CognitiveFinding;pub use pipeline::CognitiveFindingType;pub use pipeline::ExtractionPipeline;pub use pipeline::ExtractionStats;pub use pipeline::ProcessedExtractionResult;pub use pipeline::map_extraction_type_to_memory_type;pub use provider::ExtractionProvider;pub use provider::HttpExtractionProvider;pub use provider::MockExtractionProvider;pub use schema::ExtractedMemory;pub use schema::ExtractionResult;
Modules§
- cognitive_
adapter - Adapter that wraps
HttpExtractionProvideras a [LlmJudge] for the cognitive service. This bridges the extraction infrastructure (HTTP clients, provider configs, retry logic) with the cognitive judgment layer. - config
- error
- pipeline
- prompts
- provider
- schema