Skip to main content

Module error

Module error 

Source

Enums§

AgentLoopError
Errors that can occur during agent loop execution

Traits§

StoreResultExt
Extension trait that converts any Result<T, E: Display> into Result<T, AgentLoopError> via AgentLoopError::store(e.to_string()).

Functions§

from_json
Deserialize a serde_json::Value into T, falling back to T::default() on error.
json_val
Convert a serializable value to serde_json::Value, falling back to Value::Null on error.

Type Aliases§

Result
Result type alias for agent loop operations