pub type AgentOutputMapper = Box<dyn Fn(&[Event]) -> HashMap<String, Value> + Send + Sync>;
Type alias for agent node output mapper
pub struct AgentOutputMapper(/* private fields */);