behest 0.5.9

A Rust-native cloud agent runtime with typed tools, pluggable memory, queues, and observability.
Documentation
1
2
3
4
5
6
7
//! Error types shared across the public API.
//!
//! Re-exported from `behest-core`.

pub use behest_core::error::{
    ContextError, Error, ProviderError, Result, StorageError, ToolError, TransportError,
};