behest 0.2.2

A Rust-native cloud agent runtime with typed tools, pluggable memory, queues, and observability.
Documentation
1
2
3
4
5
//! Object store artifact implementations (local disk and S3).

pub mod artifact;

pub use artifact::{DiskArtifactStore, S3ArtifactStore};