shodh-memory 0.1.2

Cognitive memory system for AI agents - Hebbian learning, activation decay, semantic consolidation in a single binary
Documentation
[build-system]

requires = ["maturin>=1.5,<2.0"]

build-backend = "maturin"



[project]

name = "shodh-memory"

version = "0.1.2"

description = "Local-first AI memory system for robotics, drones, and edge AI - 100% offline capable"

authors = [{name = "Shodh Team", email = "29.varuns@gmail.com"}]

license = {text = "Apache-2.0"}

readme = "README.md"

requires-python = ">=3.8"

classifiers = [

    "Development Status :: 4 - Beta",

    "Intended Audience :: Developers",

    "Intended Audience :: Science/Research",

    "License :: OSI Approved :: Apache Software License",

    "Programming Language :: Python :: 3",

    "Programming Language :: Python :: 3.8",

    "Programming Language :: Python :: 3.9",

    "Programming Language :: Python :: 3.10",

    "Programming Language :: Python :: 3.11",

    "Programming Language :: Python :: 3.12",

    "Programming Language :: Rust",

    "Topic :: Scientific/Engineering :: Artificial Intelligence",

    "Topic :: Software Development :: Libraries",

]

keywords = [

    "memory", "ai", "edge-computing", "robotics", "drones", "rag",

    "vector-database", "offline", "ros2", "autonomous", "navigation",

    "gps", "spatial", "mission-tracking", "sensor-data"

]



[project.urls]

Homepage = "https://www.shodh-rag.com/memory"

Repository = "https://github.com/varun29ankuS/shodh-memory"

Documentation = "https://www.shodh-rag.com/memory"

"Bug Tracker" = "https://github.com/varun29ankuS/shodh-memory/issues"



[tool.maturin]

features = ["python"]

python-source = "python"

module-name = "shodh_memory.shodh_memory"

strip = true