pub type Result<T> = Result<T, AdkError>;
Core traits and types.
Always available regardless of feature flags. Includes:
Agent
Tool
Toolset
Session
State
Event
AdkError
Result
pub enum Result<T> { Ok(T), Err(AdkError), }
Contains the success value
Contains the error value