adaptive_memory 0.2.1

An associative memory system using spreading activation with SQLite FTS5 full-text search
Documentation
1
2
3
4
5
6
7
8
9
10
11
[project]
name = "locomo-bench"
version = "0.1.0"
description = "LoCoMo benchmark harness for adaptive_memory"
requires-python = ">=3.11"
dependencies = [
    "nltk>=3.8",
]

[dependency-groups]
dev = []