sibyllabs's picture
Snapshot mirror of Sibyl-Labs/Sibyl-Memory@06a0cb7e1aefcf11fa25725d1133b5684b5e2504
1b623af
Raw
History Blame Contribute Delete
768 Bytes
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "sibyl-memory-langgraph"
version = "0.1.1"
description = "LangGraph BaseStore backed by Sibyl Memory (SQLite + FTS5, no vector database, no embeddings)."
readme = "README.md"
requires-python = ">=3.10"
license = "MIT"
authors = [{ name = "Sibyl Labs, LLC" }]
keywords = ["langgraph", "agent-memory", "memory", "sibyl", "fts5", "sqlite"]
dependencies = [
"sibyl-memory-client>=0.5.0",
"langgraph-checkpoint>=2.0.0,<3",
]
[project.optional-dependencies]
test = ["pytest>=8.0"]
[project.urls]
Homepage = "https://sibyllabs.org/plugin"
Repository = "https://github.com/Sibyl-Labs/Sibyl-Memory"
[tool.hatch.build.targets.wheel]
packages = ["src/sibyl_memory_langgraph"]