pub type AgentInputMapper = Box<dyn Fn(&State) -> Content + Send + Sync>;
Type alias for agent node input mapper
pub struct AgentInputMapper(/* private fields */);