hrr-memory 0.1.0 → 0.1.1

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +15 -3
package/README.md CHANGED
@@ -11,7 +11,7 @@ hrr-memory stores structured facts as `(subject, relation, object)` triples and
11
11
  ## Install
12
12
 
13
13
  ```bash
14
- npm install github:Joncik91/hrr-memory
14
+ npm install hrr-memory
15
15
  ```
16
16
 
17
17
  ## 30-Second Demo
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hrr-memory",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Holographic Reduced Representations for structured agent memory. Zero dependencies. Complements RAG with algebraic fact queries.",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
@@ -24,12 +24,24 @@
24
24
  "vector",
25
25
  "structured-memory",
26
26
  "fact-store",
27
- "llm"
27
+ "llm",
28
+ "knowledge-graph",
29
+ "triple-store",
30
+ "circular-convolution",
31
+ "embeddings",
32
+ "chatbot",
33
+ "retrieval",
34
+ "cognitive-architecture",
35
+ "neural-memory",
36
+ "associative-memory",
37
+ "semantic-memory",
38
+ "ai-agent",
39
+ "no-dependencies"
28
40
  ],
29
41
  "author": "Jounes",
30
42
  "license": "MIT",
31
43
  "repository": {
32
44
  "type": "git",
33
- "url": "https://github.com/joncik/hrr-memory"
45
+ "url": "https://github.com/Joncik91/hrr-memory"
34
46
  }
35
47
  }