behest 0.5.9

A Rust-native cloud agent runtime with typed tools, pluggable memory, queues, and observability.
Documentation
1
2
3
4
5
//! Health status primitives shared by every component.
//!
//! Re-exported from `behest-core`.

pub use behest_core::health::HealthStatus;