cozo-memory 1.2.11 → 1.2.12

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -473,7 +473,7 @@ Built with:
473
473
 
474
474
  Research foundations:
475
475
  - GraphRAG-R1 (Yu et al., WWW 2026) - conceptual inspiration for adaptive retrieval
476
- - HopRAG (ACL 2025)
477
- - T-GRAG (Li et al., 2025)
476
+ - HopRAG (ACL 2025) - conceptual inspiration for multi-hop reasoning
477
+ - T-GRAG (Li et al., 2025) - conceptual inspiration for temporal conflict resolution
478
478
  - FEEG Framework (Samuel et al., 2026) - conceptual inspiration for query intent classification
479
- - Allan-Poe (arXiv:2511.00855)
479
+ - Allan-Poe (arXiv:2511.00855) - conceptual inspiration for dynamic fusion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cozo-memory",
3
- "version": "1.2.11",
3
+ "version": "1.2.12",
4
4
  "mcpName": "io.github.tobs-code/cozo-memory",
5
5
  "description": "Local-first persistent memory system for AI agents with hybrid search, graph reasoning, and MCP integration",
6
6
  "main": "dist/index.js",