agentdb 0.2.0

Interface for agent persistence.
Documentation
[dependencies.async-trait]
version = "0.1"

[[example]]
name = "basic"
path = "examples/basic.rs"

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

[package]
authors = ["CryptoPatrick <cryptopatrick@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Interface for agent persistence."
documentation = "https://docs.rs/agentdb"
edition = "2024"
homepage = "https://github.com/cryptopatrick/agentdb"
keywords = ["AI", "Agents", "Database"]
license = "MIT"
name = "agentdb"
readme = "README.md"
repository = "https://github.com/cryptopatrick/agentdb"
version = "0.2.0"

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