pub type ToolExecutor = Arc<dyn Fn(Value, &RuntimeContext) -> Result<Value, AgentError> + Send + Sync>;
pub struct ToolExecutor { /* private fields */ }