behest 0.3.1

A Rust-native cloud agent runtime with typed tools, pluggable memory, queues, and observability.
Documentation
1
2
3
4
5
//! Qdrant vector database embedding store implementation.

pub mod embedding;

pub use embedding::QdrantEmbeddingStore;