@tonycasey/lisa 1.0.1 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +17 -7
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,19 +1,29 @@
|
|
|
1
|
-
# Lisa – Long Term Memory for Claude
|
|
1
|
+
# Lisa – Long Term Memory for Claude
|
|
2
2
|
|
|
3
|
-

|
|
4
|
+

|
|
5
5
|
|
|
6
|
-
### **#ClaudeNeedsLisa**
|
|
7
6
|
|
|
8
|
-
> *
|
|
7
|
+
> *Lisa Simpson - the overachiever who never forgets a fact, a detail, or a saxophone lesson.*
|
|
8
|
+
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
## Why Lisa?
|
|
12
|
+
|
|
13
|
+
Unlike simple vector databases or file-based memory, Lisa uses **[Graphiti](https://github.com/getzep/graphiti)** - a knowledge graph that captures *relationships* between concepts, not just text.
|
|
14
|
+
|
|
15
|
+
- **Graph-native storage** (Neo4j) - Connections matter as much as content
|
|
16
|
+
- **LLM-powered extraction** - Automatically identifies entities and relationships
|
|
17
|
+
- **Temporal awareness** - Knows *when* you learned something
|
|
18
|
+
- **Semantic retrieval** - Finds relevant context by meaning, not keywords
|
|
9
19
|
|
|
10
20
|
---
|
|
11
21
|
|
|
12
22
|
## To Install
|
|
13
23
|
|
|
14
|
-
### From your
|
|
24
|
+
### From your console
|
|
15
25
|
```bash
|
|
16
|
-
install -g @tonycasey/lisa
|
|
26
|
+
npm install -g @tonycasey/lisa
|
|
17
27
|
```
|
|
18
28
|
### then in any folder you want to work with, open your console and type
|
|
19
29
|
```bash
|
package/dist/package.json
CHANGED
package/package.json
CHANGED