Skip to main content

Module handler

Module handler 

Source
Expand description

Main effect handler implementation.

This module implements the EffectHandler trait to execute pipeline side effects through the reducer architecture. Effect handlers perform actual work (agent invocation, git operations, file I/O) and emit events.

Structsยง

MainEffectHandler
Main effect handler implementation.