Pipeline.Step.ClaudeBatch (pipeline v0.0.1)

View Source

Claude Batch step executor - handles claude_batch step type with parallel processing capabilities.

Claude Batch steps provide parallel processing for multiple tasks:

  • Process multiple files or prompts concurrently
  • Configurable parallelism limits to control resource usage
  • Task-specific timeouts for reliable processing
  • Result consolidation and aggregation
  • Error handling per task with graceful degradation

Summary

Functions

Execute a claude_batch step with parallel processing.

Functions

execute(step, context)

Execute a claude_batch step with parallel processing.