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ยง
- Main
Effect Handler - Main effect handler implementation.