Ingestion Handler
interface IngestionHandler
The front-door handoff for turning normalized source material into propositions.
The batch method is the primary surface; the single-artifact method is a convenience that wraps one artifact in a one-element batch and delegates.
Parsing and connector concerns are deliberately out of scope: external adapters parse their native formats into IngestedArtifact text and then implement this interface (or delegate to a shipped handler). A third party can supply its own implementation without touching core.
Inheritors
Functions
Link copied to clipboard
Convenience for ingesting a single artifact. Delegates to ingest with a one-element batch so implementations only define the batch path.
Ingest a batch of artifacts, returning one outcome per artifact.