Enums§
- Agent
Loop Error - Errors that can occur during agent loop execution
Traits§
- Store
Result Ext - Extension trait that converts any
Result<T, E: Display>intoResult<T, AgentLoopError>viaAgentLoopError::store(e.to_string()).
Functions§
- from_
json - Deserialize a
serde_json::ValueintoT, falling back toT::default()on error. - json_
val - Convert a serializable value to
serde_json::Value, falling back toValue::Nullon error.
Type Aliases§
- Result
- Result type alias for agent loop operations