2026-06-06 21:41:54 -05:00
|
|
|
{
|
|
|
|
|
"name": "echo-memory",
|
2026-07-28 23:01:47 -05:00
|
|
|
"version": "2.2.0",
|
2026-07-28 21:58:57 -05:00
|
|
|
"homepage": "https://git.alwisp.com/jason/echo",
|
|
|
|
|
"repository": "https://git.alwisp.com/jason/echo",
|
2026-07-03 12:57:52 -05:00
|
|
|
"description": "Persistent memory via the ECHO Obsidian vault over the Obsidian Local REST API. Cross-platform Python client: one-call capture/resolve/recall/link/triage over an entity index, hybrid BM25 + graph recall spanning entities + sessions/journal (recency/status-aware), a pre-write duplicate gate, complete-frontmatter capture, session hooks that self-fire load/reflect, offline write-ahead queue, lock-guarded concurrency, linter-enforced routing, and /echo-* commands.",
|
2026-06-06 21:41:54 -05:00
|
|
|
"author": {
|
2026-06-23 22:17:39 -05:00
|
|
|
"name": "Jason Stedwell"
|
2026-06-06 21:41:54 -05:00
|
|
|
},
|
2026-06-22 09:27:36 -05:00
|
|
|
"license": "UNLICENSED",
|
2026-06-06 21:41:54 -05:00
|
|
|
"keywords": [
|
|
|
|
|
"memory",
|
|
|
|
|
"obsidian",
|
|
|
|
|
"notes",
|
|
|
|
|
"persistence",
|
|
|
|
|
"echo"
|
|
|
|
|
]
|
|
|
|
|
}
|