superlocalmemory 3.3.21 → 3.3.23

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/LICENSE CHANGED
@@ -1,30 +1,100 @@
1
- MIT License
2
-
3
- Copyright (c) 2026 Varun Pratap Bhardwaj / Qualixar
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- ATTRIBUTION NOTICE:
16
- This software contains novel mathematical methods described in:
17
- - arXiv:2603.14588 (SuperLocalMemory V3 — Information-Geometric Foundations)
18
- - arXiv:2603.02240 (SuperLocalMemory V2 Bayesian Trust Defense)
19
- - Zenodo DOI: 10.5281/zenodo.19038659 (SuperLocalMemory V3)
20
-
21
- Academic use MUST cite the relevant paper.
22
- Commercial use MUST retain this notice, the NOTICE file, and visible attribution.
23
-
24
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
25
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
26
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
27
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
28
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
29
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
30
- SOFTWARE.
1
+ Elastic License 2.0
2
+
3
+ URL: https://www.elastic.co/licensing/elastic-license
4
+
5
+ ## Acceptance
6
+
7
+ By using the software, you agree to all of the terms and conditions below.
8
+
9
+ ## Copyright License
10
+
11
+ The licensor grants you a non-exclusive, royalty-free, worldwide,
12
+ non-sublicensable, non-transferable license to use, copy, distribute, make
13
+ available, and prepare derivative works of the software, in each case subject
14
+ to the limitations and conditions below.
15
+
16
+ ## Limitations
17
+
18
+ You may not provide the software to third parties as a hosted or managed
19
+ service, where the service provides users with access to any substantial set
20
+ of the features or functionality of the software.
21
+
22
+ You may not move, change, disable, or circumvent the license key functionality
23
+ in the software, and you may not remove or obscure any functionality in the
24
+ software that is protected by the license key.
25
+
26
+ You may not alter, remove, or obscure any licensing, copyright, or other
27
+ notices of the licensor in the software. Any use of the licensor's trademarks
28
+ is subject to applicable law.
29
+
30
+ ## Patents
31
+
32
+ The licensor grants you a license, under any patent claims the licensor can
33
+ license, or becomes able to license, to make, have made, use, sell, offer for
34
+ sale, import and have imported the software, in each case subject to the
35
+ limitations and conditions in this license. This license does not cover any
36
+ patent claims that you cause to be infringed by modifications or additions to
37
+ the software. If you or your company make any written claim that the software
38
+ infringes or contributes to infringement of any patent, your patent license
39
+ for the software granted under these terms ends immediately. If your company
40
+ makes such a claim, your patent license ends immediately for work on behalf
41
+ of your company.
42
+
43
+ ## Notices
44
+
45
+ You must ensure that anyone who gets a copy of any part of the software from
46
+ you also gets a copy of these terms.
47
+
48
+ If you modify the software, you must include in any modified copies of the
49
+ software prominent notices stating that you have modified the software.
50
+
51
+ ## No Other Rights
52
+
53
+ These terms do not imply any licenses other than those expressly granted in
54
+ these terms.
55
+
56
+ ## Termination
57
+
58
+ If you use the software in violation of these terms, such use is not licensed,
59
+ and your licenses will automatically terminate. If the licensor provides you
60
+ with a notice of your violation, and you cease all violation of this license
61
+ no later than 30 days after you receive that notice, your licenses will be
62
+ reinstated retroactively. However, if you violate these terms after such
63
+ reinstatement, any additional violation of these terms will cause your
64
+ licenses to terminate automatically and permanently.
65
+
66
+ ## No Liability
67
+
68
+ *As far as the law allows, the software comes as is, without any warranty or
69
+ condition, and the licensor will not be liable to you for any damages arising
70
+ out of these terms or the use or nature of the software, under any kind of
71
+ legal claim.*
72
+
73
+ ## Definitions
74
+
75
+ The **licensor** is the entity offering these terms, and the **software** is
76
+ the software the licensor makes available under these terms, including any
77
+ portion of it.
78
+
79
+ **You** refers to the individual or entity agreeing to these terms.
80
+
81
+ **Your company** is any legal entity, sole proprietorship, or other kind of
82
+ organization that you work for, plus all organizations that have control over,
83
+ are under the control of, or are under common control with that organization.
84
+ **Control** means ownership of substantially all the assets of an entity, or
85
+ the power to direct its management and policies by vote, contract, or
86
+ otherwise. Control can be direct or indirect.
87
+
88
+ **Your licenses** are all the licenses granted to you for the software under
89
+ these terms.
90
+
91
+ **Use** means anything you do with the software requiring one of your
92
+ licenses.
93
+
94
+ **Trademark** means trademarks, service marks, and similar rights.
95
+
96
+ ---
97
+
98
+ Copyright (c) 2026 Varun Pratap Bhardwaj
99
+ Qualixar — Independent Research Initiative
100
+ https://qualixar.com | https://varunpratap.com
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "superlocalmemory",
3
- "version": "3.3.21",
3
+ "version": "3.3.23",
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",
@@ -31,7 +31,7 @@
31
31
  "email": "admin@superlocalmemory.com",
32
32
  "url": "https://varunpratap.com"
33
33
  },
34
- "license": "MIT",
34
+ "license": "Elastic-2.0",
35
35
  "repository": {
36
36
  "type": "git",
37
37
  "url": "https://github.com/qualixar/superlocalmemory.git"
package/pyproject.toml CHANGED
@@ -1,9 +1,9 @@
1
1
  [project]
2
2
  name = "superlocalmemory"
3
- version = "3.3.21"
3
+ version = "3.3.23"
4
4
  description = "Information-geometric agent memory with mathematical guarantees"
5
5
  readme = "README.md"
6
- license = {text = "MIT"}
6
+ license = {text = "Elastic-2.0"}
7
7
  requires-python = ">=3.11,<3.15"
8
8
  authors = [
9
9
  {name = "Varun Pratap Bhardwaj", email = "admin@superlocalmemory.com"},
@@ -15,7 +15,7 @@ keywords = [
15
15
  classifiers = [
16
16
  "Development Status :: 4 - Beta",
17
17
  "Intended Audience :: Developers",
18
- "License :: OSI Approved :: MIT License",
18
+ "License :: Other/Proprietary License",
19
19
  "Operating System :: OS Independent",
20
20
  "Operating System :: MacOS",
21
21
  "Operating System :: Microsoft :: Windows",
@@ -122,7 +122,7 @@ register_v3_tools(_target, get_engine)
122
122
  register_active_tools(_target, get_engine)
123
123
  register_v33_tools(_target, get_engine)
124
124
  register_resources(server, get_engine) # Resources always registered (not tools)
125
- register_code_graph_tools(server, get_engine) # CodeGraph: registered on `server` (always visible when installed)
125
+ register_code_graph_tools(_target, get_engine) # CodeGraph: filtered like other tools (SLM_MCP_ALL_TOOLS=1 to show all)
126
126
 
127
127
 
128
128
  # V3.3.21: Eager engine warmup — start initializing BEFORE first tool call.