superlocalmemory 3.3.24 → 3.3.25
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/package.json +1 -1
- package/pyproject.toml +1 -1
- package/src/superlocalmemory/ui/index.html +1 -1
- package/ui/index.html +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "superlocalmemory",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.25",
|
|
4
4
|
"description": "Information-geometric agent memory with mathematical guarantees. 4-channel retrieval, Fisher-Rao similarity, zero-LLM mode, EU AI Act compliant. Works with Claude, Cursor, Windsurf, and 17+ AI tools.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai-memory",
|
package/pyproject.toml
CHANGED
|
@@ -1873,7 +1873,7 @@
|
|
|
1873
1873
|
|
|
1874
1874
|
<footer>
|
|
1875
1875
|
<p>SuperLocalMemory V3 by <a href="https://github.com/varun369">Varun Pratap Bhardwaj</a></p>
|
|
1876
|
-
<p><a href="https://github.com/
|
|
1876
|
+
<p><a href="https://github.com/qualixar/superlocalmemory">GitHub Repository</a> | Elastic License 2.0</p>
|
|
1877
1877
|
</footer>
|
|
1878
1878
|
</body>
|
|
1879
1879
|
</html>
|
package/ui/index.html
CHANGED
|
@@ -1873,7 +1873,7 @@
|
|
|
1873
1873
|
|
|
1874
1874
|
<footer>
|
|
1875
1875
|
<p>SuperLocalMemory V3 by <a href="https://github.com/varun369">Varun Pratap Bhardwaj</a></p>
|
|
1876
|
-
<p><a href="https://github.com/
|
|
1876
|
+
<p><a href="https://github.com/qualixar/superlocalmemory">GitHub Repository</a> | Elastic License 2.0</p>
|
|
1877
1877
|
</footer>
|
|
1878
1878
|
</body>
|
|
1879
1879
|
</html>
|