sqac 0.1.0__tar.gz
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.
- sqac-0.1.0/LICENSE +72 -0
- sqac-0.1.0/PKG-INFO +1059 -0
- sqac-0.1.0/README.md +1031 -0
- sqac-0.1.0/pyproject.toml +35 -0
- sqac-0.1.0/setup.cfg +4 -0
- sqac-0.1.0/sqac/__init__.py +99 -0
- sqac-0.1.0/sqac/__main__.py +4 -0
- sqac-0.1.0/sqac/autobuild.py +615 -0
- sqac-0.1.0/sqac/cli.py +268 -0
- sqac-0.1.0/sqac/continuity.py +279 -0
- sqac-0.1.0/sqac/dms.py +224 -0
- sqac-0.1.0/sqac/encoder.py +259 -0
- sqac-0.1.0/sqac/format.py +471 -0
- sqac-0.1.0/sqac/ingest.py +158 -0
- sqac-0.1.0/sqac/injection.py +430 -0
- sqac-0.1.0/sqac/kvcache.py +166 -0
- sqac-0.1.0/sqac/mcp_setup.py +254 -0
- sqac-0.1.0/sqac/offloader.py +554 -0
- sqac-0.1.0/sqac/rack.py +522 -0
- sqac-0.1.0/sqac/server.py +584 -0
- sqac-0.1.0/sqac/skills.py +454 -0
- sqac-0.1.0/sqac/static_encoder.py +282 -0
- sqac-0.1.0/sqac/store.py +714 -0
- sqac-0.1.0/sqac.egg-info/PKG-INFO +1059 -0
- sqac-0.1.0/sqac.egg-info/SOURCES.txt +46 -0
- sqac-0.1.0/sqac.egg-info/dependency_links.txt +1 -0
- sqac-0.1.0/sqac.egg-info/entry_points.txt +4 -0
- sqac-0.1.0/sqac.egg-info/requires.txt +20 -0
- sqac-0.1.0/sqac.egg-info/top_level.txt +3 -0
- sqac-0.1.0/sqac_mcp.py +800 -0
- sqac-0.1.0/tests/test_autobuild.py +580 -0
- sqac-0.1.0/tests/test_continuity.py +121 -0
- sqac-0.1.0/tests/test_dms.py +187 -0
- sqac-0.1.0/tests/test_injection.py +207 -0
- sqac-0.1.0/tests/test_kind.py +233 -0
- sqac-0.1.0/tests/test_kv_bench.py +59 -0
- sqac-0.1.0/tests/test_mcp_continuity.py +109 -0
- sqac-0.1.0/tests/test_offloader.py +327 -0
- sqac-0.1.0/tests/test_production.py +284 -0
- sqac-0.1.0/tests/test_qwen_integration.py +135 -0
- sqac-0.1.0/tests/test_rack.py +369 -0
- sqac-0.1.0/tests/test_regressions.py +172 -0
- sqac-0.1.0/tests/test_semantic_tier.py +73 -0
- sqac-0.1.0/tests/test_server.py +394 -0
- sqac-0.1.0/tests/test_skill_store.py +283 -0
- sqac-0.1.0/tests/test_sqac.py +150 -0
- sqac-0.1.0/tests/test_static_tier.py +124 -0
- sqac-0.1.0/tests/test_unlimited_context.py +290 -0
sqac-0.1.0/LICENSE
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
Business Source License 1.1
|
|
2
|
+
|
|
3
|
+
Licensor: sensesVoid
|
|
4
|
+
Licensed Work: SQAC — Hyperdimensional Memory Cartridges for LLMs
|
|
5
|
+
Change Date: 2030-09-07
|
|
6
|
+
Change License: Apache License, Version 2.0
|
|
7
|
+
|
|
8
|
+
Copyright (c) 2026 sensesVoid
|
|
9
|
+
|
|
10
|
+
Notice
|
|
11
|
+
|
|
12
|
+
The Licensor grants you (the "Licensee") a non-exclusive, royalty-free,
|
|
13
|
+
world-wide license to reproduce, prepare derivative works of, publicly
|
|
14
|
+
display, publicly perform, and distribute the Licensed Work and such
|
|
15
|
+
derivative works in Source and Object form.
|
|
16
|
+
|
|
17
|
+
Change License Grant
|
|
18
|
+
|
|
19
|
+
On the Change Date, the Licensed Work is licensed under the Change
|
|
20
|
+
License (Apache License, Version 2.0), and the Licensor grants you
|
|
21
|
+
(and any successor to the Licensed Work) a perpetual, worldwide,
|
|
22
|
+
non-exclusive, no-charge, royalty-free, irrevocable copyright license
|
|
23
|
+
to reproduce, prepare derivative works of, publicly display, publicly
|
|
24
|
+
perform, sublicense, and distribute the Licensed Work and such
|
|
25
|
+
derivative works in Source and Object form.
|
|
26
|
+
|
|
27
|
+
Use Limitation
|
|
28
|
+
|
|
29
|
+
The Licensed Work is provided on an "AS IS" BASIS, WITHOUT WARRANTIES
|
|
30
|
+
OR CONDITIONS OF ANY KIND. The Licensee may use, modify, and distribute
|
|
31
|
+
the Licensed Work for any purpose, including commercial purposes, subject
|
|
32
|
+
to the following restrictions:
|
|
33
|
+
|
|
34
|
+
1. The Licensee may not offer the Licensed Work or any modified version
|
|
35
|
+
of the Licensed Work as a managed service or hosted service where
|
|
36
|
+
the primary value of the service is access to the Licensed Work's
|
|
37
|
+
functionality (a "Competing Offering").
|
|
38
|
+
|
|
39
|
+
2. A "Competing Offering" means any product or service that provides
|
|
40
|
+
functionality substantially similar to the Licensed Work, including
|
|
41
|
+
but not limited to: offering the Licensed Work as a hosted API,
|
|
42
|
+
SaaS platform, managed database, or cloud service.
|
|
43
|
+
|
|
44
|
+
3. The Licensee may use the Licensed Work as an embedded component
|
|
45
|
+
within their own products and services, provided the Licensed Work
|
|
46
|
+
is not the primary value offering.
|
|
47
|
+
|
|
48
|
+
Trademarks
|
|
49
|
+
|
|
50
|
+
This license does not grant permission to use the trade names,
|
|
51
|
+
trademarks, service marks, or product names of the Licensor.
|
|
52
|
+
|
|
53
|
+
Disclaimer
|
|
54
|
+
|
|
55
|
+
THE LICENSED WORK IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
56
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
57
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
58
|
+
IN NO EVENT SHALL THE LICENSOR BE LIABLE FOR ANY CLAIM, DAMAGES, OR
|
|
59
|
+
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
|
60
|
+
ARISING FROM, OUT OF OR IN CONNECTION WITH THE LICENSED WORK OR THE USE
|
|
61
|
+
OR OTHER DEALINGS IN THE LICENSED WORK.
|
|
62
|
+
|
|
63
|
+
Exception
|
|
64
|
+
|
|
65
|
+
For the avoidance of doubt, the following uses are NOT considered a
|
|
66
|
+
Competing Offering and are freely permitted:
|
|
67
|
+
|
|
68
|
+
- Using SQAC as an internal tool within your organization
|
|
69
|
+
- Embedding SQAC in a product where SQAC is not the primary offering
|
|
70
|
+
- Contributing improvements back to the SQAC project
|
|
71
|
+
- Academic research and education
|
|
72
|
+
- Personal and non-commercial use
|