do-memory-core 0.1.31

Core episodic learning system for AI agents with pattern extraction, reward scoring, and dual storage backend
Documentation
1
2
3
4
5
6
7
8
9
10
//! Mistral embedding provider implementation

#[cfg(feature = "mistral")]
pub use client::MistralEmbeddingProvider;

#[cfg(feature = "mistral")]
mod client;

#[cfg(feature = "mistral")]
mod types;