syntaxmatrix 2.6.4.3__py3-none-any.whl → 3.0.0__py3-none-any.whl

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 (45) hide show
  1. syntaxmatrix/__init__.py +6 -4
  2. syntaxmatrix/agentic/agents.py +195 -15
  3. syntaxmatrix/agentic/agents_orchestrer.py +16 -10
  4. syntaxmatrix/client_docs.py +237 -0
  5. syntaxmatrix/commentary.py +96 -25
  6. syntaxmatrix/core.py +156 -54
  7. syntaxmatrix/dataset_preprocessing.py +2 -2
  8. syntaxmatrix/db.py +60 -0
  9. syntaxmatrix/db_backends/__init__.py +1 -0
  10. syntaxmatrix/db_backends/postgres_backend.py +14 -0
  11. syntaxmatrix/db_backends/sqlite_backend.py +258 -0
  12. syntaxmatrix/db_contract.py +71 -0
  13. syntaxmatrix/kernel_manager.py +174 -150
  14. syntaxmatrix/page_builder_generation.py +654 -50
  15. syntaxmatrix/page_layout_contract.py +25 -3
  16. syntaxmatrix/page_patch_publish.py +368 -15
  17. syntaxmatrix/plugins/__init__.py +0 -0
  18. syntaxmatrix/plugins/plugin_manager.py +114 -0
  19. syntaxmatrix/premium/__init__.py +18 -0
  20. syntaxmatrix/premium/catalogue/__init__.py +121 -0
  21. syntaxmatrix/premium/gate.py +119 -0
  22. syntaxmatrix/premium/state.py +507 -0
  23. syntaxmatrix/premium/verify.py +222 -0
  24. syntaxmatrix/profiles.py +1 -1
  25. syntaxmatrix/routes.py +9782 -8004
  26. syntaxmatrix/settings/model_map.py +50 -65
  27. syntaxmatrix/settings/prompts.py +1435 -380
  28. syntaxmatrix/settings/string_navbar.py +4 -4
  29. syntaxmatrix/static/icons/bot_icon.png +0 -0
  30. syntaxmatrix/static/icons/bot_icon2.png +0 -0
  31. syntaxmatrix/templates/admin_billing.html +408 -0
  32. syntaxmatrix/templates/admin_branding.html +65 -2
  33. syntaxmatrix/templates/admin_features.html +54 -0
  34. syntaxmatrix/templates/dashboard.html +285 -8
  35. syntaxmatrix/templates/edit_page.html +199 -18
  36. syntaxmatrix/themes.py +17 -17
  37. syntaxmatrix/workspace_db.py +0 -23
  38. syntaxmatrix-3.0.0.dist-info/METADATA +219 -0
  39. {syntaxmatrix-2.6.4.3.dist-info → syntaxmatrix-3.0.0.dist-info}/RECORD +42 -30
  40. {syntaxmatrix-2.6.4.3.dist-info → syntaxmatrix-3.0.0.dist-info}/WHEEL +1 -1
  41. syntaxmatrix/settings/default.yaml +0 -13
  42. syntaxmatrix-2.6.4.3.dist-info/METADATA +0 -539
  43. syntaxmatrix-2.6.4.3.dist-info/licenses/LICENSE.txt +0 -21
  44. /syntaxmatrix/static/icons/{logo3.png → logo2.png} +0 -0
  45. {syntaxmatrix-2.6.4.3.dist-info → syntaxmatrix-3.0.0.dist-info}/top_level.txt +0 -0
@@ -23,6 +23,7 @@ PROVIDERS_MODELS = {
23
23
  "gpt-4o-mini",
24
24
  # "gpt-4o-mini-search-preview",
25
25
  ],
26
+
26
27
  #2
27
28
  "Google": [
28
29
  "gemini-3-pro-preview",
@@ -39,24 +40,27 @@ PROVIDERS_MODELS = {
39
40
  # "imagen-4.0-ultra-generate-001",
40
41
  # "imagen-4.0-fast-generate-001",
41
42
  ],
43
+
42
44
  #3
43
45
  "xAI": [
44
46
  "grok-4-1-fast-reasoning",
45
47
  "grok-4-1-fast-non-reasoning",
46
- "grok-4",
47
- "grok-code-fast",
48
+ "grok-code-fast-1",
48
49
  ],
50
+
49
51
  #4
50
52
  "Anthropic": [
51
53
  "claude-opus-4-5",
52
54
  "claude-sonnet-4-5",
53
55
  "claude-4-5-haiku",
54
56
  ],
57
+
55
58
  #5
56
59
  "DeepSeek": [
57
60
  "deepseek-reasoner",
58
61
  "deepseek-chat",
59
62
  ],
63
+
60
64
  #6
61
65
  "Alibaba": [
62
66
  "qwen3-max",
@@ -74,8 +78,6 @@ PROVIDERS_MODELS = {
74
78
  "kimi-k2-thinking",
75
79
  "kimi-k2-thinking-turbo",
76
80
  ],
77
- }
78
-
79
81
 
80
82
  # #8
81
83
  # "ZAI": [ # coding ==> https://api.z.ai/api/coding/paas/v4
@@ -88,8 +90,9 @@ PROVIDERS_MODELS = {
88
90
  # "glm-4-32b-0414-128k",
89
91
  # "cogView-4-250304",
90
92
  # "cogvideox-3",
91
- # ]
93
+ # ],
92
94
 
95
+ }
93
96
 
94
97
  # Read-only model descriptions for LLM-profile builder
95
98
  # -----------------------------------------------------------------------------
@@ -149,32 +152,6 @@ MODEL_DESCRIPTIONS = {
149
152
  - ImageTexter
150
153
  """,
151
154
 
152
- # #1.3 OpenAI
153
- # "gpt-4o-mini-search-preview":"""
154
- # Model: GPT 4o Mini
155
- # Cost:
156
- # Input = $0.15 <= 1M tokens
157
- # Output = $0.60 <= 1M tokens
158
-
159
- # Data Type:
160
- # Input = Text
161
- # Output = Text
162
-
163
- # Context Length:
164
- # Input = 128,000 tokens
165
- # Output = 16,384 tokens
166
-
167
- # Speed, Intelligence, and Training:
168
- # 4x Fast
169
- # 2x Clever
170
- # Cut-off: 01/10/2023
171
-
172
- # Agency:
173
- # - Chat
174
- # - Classifier
175
- # - Summarizer
176
- # """,
177
-
178
155
  #1.3 OpenAI
179
156
  "gpt-4.1":"""
180
157
  Model: GPT 4.1
@@ -200,11 +177,11 @@ MODEL_DESCRIPTIONS = {
200
177
  """,
201
178
 
202
179
  #1.4 OpenAI
203
- "gpt-4.1-nano":"""
204
- Model: GPT 4.1 Nano
180
+ "gpt-4.1-mini":"""
181
+ Model: GPT 4.1 Mini
205
182
  Cost:
206
- Input = $0.10 <= 1M tokens
207
- Output = $0.40 <= 1M tokens
183
+ Input = $0.40 <= 1M tokens
184
+ Output = $1.60 <= 1M tokens
208
185
 
209
186
  Data Type:
210
187
  Input = (Text, Image)
@@ -215,11 +192,12 @@ MODEL_DESCRIPTIONS = {
215
192
  Output = 32,768 tokens
216
193
 
217
194
  Speed, Intelligence, and Training:
218
- 5x Fast
219
- 2x Clever
195
+ 4x Fast
196
+ 3x Clever
220
197
  Knowledge: 01/06/2024
221
198
 
222
199
  Agency:
200
+ - Admin
223
201
  - Chat
224
202
  - Classifier
225
203
  - Summarizer
@@ -227,11 +205,11 @@ MODEL_DESCRIPTIONS = {
227
205
  """,
228
206
 
229
207
  #1.5 OpenAI
230
- "gpt-4.1-mini":"""
231
- Model: GPT 4.1 Mini
208
+ "gpt-4.1-nano":"""
209
+ Model: GPT 4.1 Nano
232
210
  Cost:
233
- Input = $0.40 <= 1M tokens
234
- Output = $1.60 <= 1M tokens
211
+ Input = $0.10 <= 1M tokens
212
+ Output = $0.40 <= 1M tokens
235
213
 
236
214
  Data Type:
237
215
  Input = (Text, Image)
@@ -242,12 +220,11 @@ MODEL_DESCRIPTIONS = {
242
220
  Output = 32,768 tokens
243
221
 
244
222
  Speed, Intelligence, and Training:
245
- 4x Fast
246
- 3x Clever
223
+ 5x Fast
224
+ 2x Clever
247
225
  Knowledge: 01/06/2024
248
226
 
249
227
  Agency:
250
- - Admin
251
228
  - Chat
252
229
  - Classifier
253
230
  - Summarizer
@@ -714,8 +691,10 @@ MODEL_DESCRIPTIONS = {
714
691
  Output = ?
715
692
 
716
693
  Agencies recommended:
717
- - Coder
694
+ - Admin
695
+ - Chat
718
696
  - ImageTexter
697
+ - Coder
719
698
  """,
720
699
 
721
700
  #3.2 XAI
@@ -736,8 +715,8 @@ MODEL_DESCRIPTIONS = {
736
715
  Agencies recommended:
737
716
  - Admin
738
717
  - Chat
718
+ - Classifier
739
719
  - Summarizer
740
- - Classifier
741
720
  - ImageTexter
742
721
  """,
743
722
 
@@ -763,25 +742,6 @@ MODEL_DESCRIPTIONS = {
763
742
  - Classifier
764
743
  """,
765
744
 
766
- #3.4 XAI
767
- "grok-4": """
768
- Model: Grok 4
769
- Cost:
770
- Input = $3.00 <= 1M tokens
771
- Output = $15.00 <= 1M tokens
772
-
773
- Data Type:
774
- Input = Text
775
- Output = Text
776
-
777
- Context Length:
778
- Input = 256k tokens
779
- Output = ?
780
-
781
- Agencies recommended:
782
- - Code
783
- """,
784
-
785
745
  #4.1 Anthropic
786
746
  "claude-opus-4-5": """
787
747
  Model: Claude Opus 4.5
@@ -1138,6 +1098,31 @@ MODEL_DESCRIPTIONS = {
1138
1098
  4x Fast
1139
1099
  5x Clever
1140
1100
 
1101
+ Agency:
1102
+ - Coder
1103
+ - Chat
1104
+ - Classifier
1105
+ - Summarizer
1106
+ """,
1107
+
1108
+ #7.5 Moonshot
1109
+ "kimi-k2.5-thinking-turbo":"""
1110
+ Model: Kimi K2 Thinking Turbo
1111
+ Cost:
1112
+ Input = $0.15 <= 1M tokens
1113
+ Output = $8.00 <= 1M tokens
1114
+
1115
+ Data Type:
1116
+ Input = Text
1117
+ Output = Text
1118
+
1119
+ Context Length:
1120
+ Window: 256k tokens
1121
+
1122
+ Misc:
1123
+ 4x Fast
1124
+ 5x Clever
1125
+
1141
1126
  Agency:
1142
1127
  - Coder
1143
1128
  - Chat