[package]
edition = "2021"
rust-version = "1.75"
name = "agnt-store"
version = "0.3.1"
authors = ["doop"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SQLite message store for the agnt agent runtime — bundled SQLite, session log with microsecond tool profiling."
homepage = "https://github.com/hmbldv/agnt"
documentation = "https://docs.rs/agnt-store"
readme = "README.md"
keywords = [
"agent",
"llm",
"sqlite",
"persistence",
]
categories = [
"api-bindings",
"database",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/hmbldv/agnt"
[lib]
name = "agnt_store"
path = "src/lib.rs"
[dependencies.agnt-core]
version = "0.3"
[dependencies.rusqlite]
version = "0.32"
features = ["bundled"]
[dependencies.serde_json]
version = "1"
[dependencies.tracing]
version = "0.1"
features = [
"std",
"attributes",
]
default-features = false