tandem-memory 0.6.8

Memory storage and embedding utilities for Tandem
1
2
3
4
5
6
7
8
9
10
11
12
13
#[cfg(test)]
mod tests {
    use super::*;
    use serde_json::Value;
    use tandem_orchestrator::{KnowledgeScope, KnowledgeTrustLevel};
    use tempfile::TempDir;

    include!("db_tests_a.rs");
    include!("db_tests_b.rs");
    include!("db_tests_c.rs");
    include!("db_schema_migration_tests.rs");
    include!("db_tests_hosted_encryption.rs");
}