adk-memory 0.1.8

Semantic memory and search for Rust Agent Development Kit (ADK-Rust) agents
Documentation
[dependencies.adk-core]
version = "0.1.7"

[dependencies.async-trait]
version = "0.1"

[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dev-dependencies.tokio]
features = ["full"]
version = "1.40"

[lib]
name = "adk_memory"
path = "src/lib.rs"

[package]
authors = ["James Karanja Maina <james.karanja@zavora.ai>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "asynchronous"]
description = "Semantic memory and search for Rust Agent Development Kit (ADK-Rust) agents"
documentation = "https://docs.rs/adk-memory"
edition = "2024"
keywords = ["ai", "agent", "adk", "memory", "semantic"]
license = "Apache-2.0"
name = "adk-memory"
readme = "README.md"
repository = "https://github.com/zavora-ai/adk-rust"
resolver = "2"
rust-version = "1.85.0"
version = "0.1.8"

[[test]]
name = "memory_tests"
path = "tests/memory_tests.rs"