tsift-memory 0.1.64

First-party tsift memory substrate: schema, budgeted handoffs, graph projection, and imports
Documentation
[package]
name = "tsift-memory"
version = "0.1.64"
edition = "2024"
description = "First-party tsift memory substrate: schema, budgeted handoffs, graph projection, and imports"
license = "MIT"
repository = "https://github.com/btakita/tsift"
authors = ["Brian Takita <brian.takita@gmail.com>"]
readme = "README.md"
keywords = ["agent", "memory", "rag", "cli", "context"]
categories = ["command-line-utilities", "development-tools"]
publish = true

[dependencies]
anyhow = "1"
blake3 = "1"
rusqlite = { version = "0.34", features = ["bundled"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tsift-core = { path = "../tsift-core", version = "0.1.64" }

[dev-dependencies]
tempfile = "3"