[package]
name = "agentlib-memory"
version = "0.1.0"
edition = "2024"
description = "Advanced memory providers and history management for AgentLib"
license = "MIT"
repository = "https://github.com/sammwyy/agentlib-rs"
keywords = ["ai", "agent", "memory", "context"]
categories = ["database-implementations"]
[dependencies]
agentlib-core = { path = "../agentlib-core", version = "0.1.0" }
uuid = { version = "1.0", features = ["v4"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
async-trait = "0.1"
anyhow = "1.0"
tokio = { version = "1.0", features = ["full"] }