superlocalmemory 3.3.29 → 3.4.0

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 (41) hide show
  1. package/ATTRIBUTION.md +1 -1
  2. package/CHANGELOG.md +3 -0
  3. package/LICENSE +633 -70
  4. package/README.md +7 -3
  5. package/docs/v2-archive/ACCESSIBILITY.md +1 -1
  6. package/docs/v2-archive/FRAMEWORK-INTEGRATIONS.md +1 -1
  7. package/docs/v2-archive/MCP-MANUAL-SETUP.md +1 -1
  8. package/docs/v2-archive/SEARCH-ENGINE-V2.2.0.md +2 -2
  9. package/docs/v2-archive/SEARCH-INTEGRATION-GUIDE.md +1 -1
  10. package/docs/v2-archive/UNIVERSAL-INTEGRATION.md +1 -1
  11. package/docs/v2-archive/V2.2.0-OPTIONAL-SEARCH.md +1 -1
  12. package/docs/v2-archive/example_graph_usage.py +1 -1
  13. package/ide/configs/codex-mcp.toml +1 -1
  14. package/ide/integrations/langchain/README.md +1 -1
  15. package/ide/integrations/langchain/langchain_superlocalmemory/__init__.py +1 -1
  16. package/ide/integrations/langchain/langchain_superlocalmemory/chat_message_history.py +1 -1
  17. package/ide/integrations/langchain/pyproject.toml +2 -2
  18. package/ide/integrations/langchain/tests/__init__.py +1 -1
  19. package/ide/integrations/langchain/tests/test_chat_message_history.py +1 -1
  20. package/ide/integrations/langchain/tests/test_security.py +1 -1
  21. package/ide/integrations/llamaindex/llama_index/storage/chat_store/superlocalmemory/__init__.py +1 -1
  22. package/ide/integrations/llamaindex/llama_index/storage/chat_store/superlocalmemory/base.py +1 -1
  23. package/ide/integrations/llamaindex/pyproject.toml +2 -2
  24. package/ide/integrations/llamaindex/tests/__init__.py +1 -1
  25. package/ide/integrations/llamaindex/tests/test_chat_store.py +1 -1
  26. package/ide/integrations/llamaindex/tests/test_security.py +1 -1
  27. package/ide/skills/slm-build-graph/SKILL.md +3 -3
  28. package/ide/skills/slm-list-recent/SKILL.md +3 -3
  29. package/ide/skills/slm-recall/SKILL.md +3 -3
  30. package/ide/skills/slm-remember/SKILL.md +3 -3
  31. package/ide/skills/slm-show-patterns/SKILL.md +3 -3
  32. package/ide/skills/slm-status/SKILL.md +3 -3
  33. package/ide/skills/slm-switch-profile/SKILL.md +3 -3
  34. package/package.json +2 -2
  35. package/pyproject.toml +3 -3
  36. package/src/superlocalmemory.egg-info/PKG-INFO +594 -0
  37. package/src/superlocalmemory.egg-info/SOURCES.txt +279 -0
  38. package/src/superlocalmemory.egg-info/dependency_links.txt +1 -0
  39. package/src/superlocalmemory.egg-info/entry_points.txt +2 -0
  40. package/src/superlocalmemory.egg-info/requires.txt +47 -0
  41. package/src/superlocalmemory.egg-info/top_level.txt +1 -0
package/ATTRIBUTION.md CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
  ### License
14
14
 
15
- This software is licensed under the Elastic License 2.0. See [LICENSE](LICENSE) for full terms.
15
+ This software is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0). See [LICENSE](LICENSE) for full terms.
16
16
 
17
17
  ### Output Attribution
18
18
 
package/CHANGELOG.md CHANGED
@@ -5,6 +5,9 @@ All notable changes to SuperLocalMemory V3 will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ### [Unreleased]
9
+ - **License:** Changed from Elastic-2.0 to AGPL-3.0-or-later to protect research IP
10
+
8
11
  ---
9
12
 
10
13
  ## Author