Build the scholar (thorough) ingestion pipeline for the supplied
extension. Returns a TPipeline whose 12-stage DAG segments,
extracts, canonicalizes, classifies, relates, and compiles the raw
text, and whose finalize assembles the TParsedArgumentResponse
shape ArgumentParser.build() consumes.
The factory is pure: it constructs stage values + a pipeline
descriptor and returns immediately. Stage execution happens inside
executePipeline.
Build the scholar (thorough) ingestion pipeline for the supplied extension. Returns a
TPipelinewhose 12-stage DAG segments, extracts, canonicalizes, classifies, relates, and compiles the raw text, and whosefinalizeassembles theTParsedArgumentResponseshapeArgumentParser.build()consumes.The factory is pure: it constructs stage values + a pipeline descriptor and returns immediately. Stage execution happens inside
executePipeline.