autoagents_core/agent/
error.rs

1use std::fmt::Debug;
2use thiserror::Error;
3
4#[derive(Debug, Error)]
5pub enum AgentError {}