feat(core): implement full memory pipeline (#11)

This commit is contained in:
2026-08-24 01:37:16 +00:00
parent 46d382e6cc
commit af6f22217d
19 changed files with 2235 additions and 259 deletions
+2
View File
@@ -1,5 +1,7 @@
pub mod chat;
pub mod rerank;
pub mod embeddings;
pub use chat::{ChatClient, Completion, Usage};
pub use rerank::RerankClient;
pub use embeddings::EmbeddingsClient;