pub type AgentExecutionError = AgentError;
pub enum AgentExecutionError { Parsing(String), Execution(String), MaxSteps(String), Generation(String), }