Engine Processor Implementations
Runtime processor classes and processor registry helpers.
Plugin processors inherit from Processor and override one or more callback methods: process_before_batch, process_after_batch, or process_after_generation.
For user-facing processor config objects, see processor configurations.