Remove obsolete sequential extraction path

This commit is contained in:
2026-07-17 14:05:21 +00:00
parent 2df7084d5d
commit ef6926322d
4 changed files with 226 additions and 138 deletions

View File

@@ -54,9 +54,8 @@ type RunInput struct {
// single worker so direct framework callers retain deterministic behavior.
ExtractWorkers int
pipeline ResolvedPipeline
llmClient contracts.StructuredLLMClient
extractDecision *CheckpointDecision
pipeline ResolvedPipeline
llmClient contracts.StructuredLLMClient
}
type RunOutput struct {