agentlib-memory 0.1.0

Advanced memory providers and history management for AgentLib
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[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"] }