@bendyline/gilde 0.1.20 → 0.1.21

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 (28) hide show
  1. package/authoring/chat-models/muse-glimmer-30b-q4.json +1 -1
  2. package/authoring/chat-models/nemotron3.5-lightning-30b-q4.json +134 -0
  3. package/authoring/chat-models/nemotron3.5-lightning-30b-q8.json +134 -0
  4. package/data/chat-models/de/deepseek-v4-flash-284b-mxfp4/manifest.json +3 -1
  5. package/data/chat-models/de/deepseek-v4-flash-284b-mxfp4/versions/1.0.0/manifest.json +3 -1
  6. package/data/chat-models/de/deepseek-v4-flash-284b-q2/manifest.json +3 -1
  7. package/data/chat-models/de/deepseek-v4-flash-284b-q2/versions/1.0.0/manifest.json +3 -1
  8. package/data/chat-models/de/deepseek-v4-flash-284b-q2/versions/1.1.0/manifest.json +3 -1
  9. package/data/chat-models/de/deepseek-v4-flash-284b-q2q4/manifest.json +3 -1
  10. package/data/chat-models/de/deepseek-v4-flash-284b-q2q4/versions/1.0.0/manifest.json +3 -1
  11. package/data/chat-models/de/deepseek-v4-flash-284b-q4/manifest.json +3 -1
  12. package/data/chat-models/de/deepseek-v4-flash-284b-q4/versions/1.0.0/manifest.json +3 -1
  13. package/data/chat-models/de/deepseek-v4-flash-284b-q4/versions/1.1.0/manifest.json +3 -1
  14. package/data/chat-models/gl/glm-5.2-754b-q2/manifest.json +3 -1
  15. package/data/chat-models/gl/glm-5.2-754b-q2/versions/1.0.0/manifest.json +3 -1
  16. package/data/chat-models/index.json +1 -1
  17. package/data/chat-models/mu/muse-glimmer-30b-q4/manifest.json +1 -1
  18. package/data/chat-models/ne/nemotron3.5-lightning-30b-q4/manifest.json +193 -0
  19. package/data/chat-models/ne/nemotron3.5-lightning-30b-q4/versions/1.0.0/manifest.json +74 -0
  20. package/data/chat-models/ne/nemotron3.5-lightning-30b-q8/manifest.json +208 -0
  21. package/data/chat-models/ne/nemotron3.5-lightning-30b-q8/versions/1.0.0/manifest.json +89 -0
  22. package/data/connector-types/gi/github-pulls/manifest.json +17 -0
  23. package/data/connector-types/gi/github-pulls/versions/1.0.0/manifest.json +37 -0
  24. package/data/connector-types/index.json +1 -1
  25. package/package.json +1 -1
  26. package/schemas/chat-model-version.schema.json +10 -0
  27. package/schemas/craftbook-doc.schema.json +24 -0
  28. package/schemas/craftbook-template-version.schema.json +24 -0
@@ -26,7 +26,7 @@
26
26
  "supportsTools": true,
27
27
  "contextWindow": 131072,
28
28
  "upstream": "https://huggingface.co/meta-models/Muse-Glimmer-30B",
29
- "minGezelVersion": "1.99999",
29
+ "minGezelVersion": "1.26223",
30
30
  "style": {
31
31
  "family": "muse",
32
32
  "reasoningFormat": "channel",
@@ -0,0 +1,134 @@
1
+ {
2
+ "id": "nemotron3.5-lightning-30b-q4",
3
+ "name": "Nemotron 3.5 Lightning (30B-A3B, Q4)",
4
+ "description": "NVIDIA's Nemotron 3.5 Lightning — a text-only 30B-parameter hybrid Mamba-2/Transformer Mixture-of-Experts model with about 3B active parameters per token, native reasoning and tool calling, and a 256K context window. The llama.cpp source is ggml-org's Q4_K_M build (about 25.4GB); Apple Silicon uses mlx-community's matching 4-bit affine conversion (about 17.8GB).",
5
+ "tags": [
6
+ "nvidia",
7
+ "reasoning",
8
+ "agentic",
9
+ "coding",
10
+ "tools",
11
+ "long-context",
12
+ "moe",
13
+ "hybrid",
14
+ "mamba",
15
+ "open-weights",
16
+ "apple-silicon"
17
+ ],
18
+ "category": "reasoning",
19
+ "maintainer": {
20
+ "name": "NVIDIA",
21
+ "url": "https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-BF16"
22
+ },
23
+ "version": "1.0.0",
24
+ "updatedAt": "2026-08-11T00:00:00Z",
25
+ "license": "OpenMDW-1.1",
26
+ "licenseClass": "open",
27
+ "licenseShortName": "OpenMDW 1.1",
28
+ "licenseUrl": "https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-BF16/blob/main/LICENSE",
29
+ "parameterSize": "30B",
30
+ "approxSizeBytes": 25430738944,
31
+ "supportsTools": true,
32
+ "contextWindow": 262144,
33
+ "kvBytesPerTokenF16": 6144,
34
+ "upstream": "https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-BF16",
35
+ "style": {
36
+ "family": "nemotron",
37
+ "reasoningFormat": "think",
38
+ "toolCallFormat": "function-call"
39
+ },
40
+ "behaviors": [
41
+ "reasoning.strip-think-tags",
42
+ "prompt.private-reasoning-guidance",
43
+ "prompt.tool-cookbook-condensed",
44
+ "mcp.compact-tool-schemas",
45
+ "fabrication.detect-past-tense-no-tools",
46
+ "prompt.retrieval-first",
47
+ "prompt.workspace-gestalt",
48
+ "turn.preamble-folding",
49
+ "turn.ramble-detection",
50
+ "tools.mlx-grammar"
51
+ ],
52
+ "tuning": {
53
+ "sampling": {
54
+ "temperature": 1,
55
+ "topP": 0.95,
56
+ "maxTokens": 16384
57
+ },
58
+ "samplingWhenThinking": {
59
+ "temperature": 1,
60
+ "topP": 0.95
61
+ },
62
+ "reasoning": {
63
+ "enableThinking": true,
64
+ "thinkingBudget": 8192
65
+ },
66
+ "profiles": {
67
+ "thinking-general": {
68
+ "sampling": {
69
+ "temperature": 1,
70
+ "topP": 0.95,
71
+ "maxTokens": 16384
72
+ },
73
+ "reasoning": {
74
+ "enableThinking": true,
75
+ "thinkingBudget": 8192
76
+ }
77
+ },
78
+ "thinking-coding": {
79
+ "sampling": {
80
+ "temperature": 1,
81
+ "topP": 0.95,
82
+ "maxTokens": 32768
83
+ },
84
+ "reasoning": {
85
+ "enableThinking": true,
86
+ "thinkingBudget": 12288
87
+ }
88
+ },
89
+ "thinking-precise": {
90
+ "sampling": {
91
+ "temperature": 0.6,
92
+ "topP": 0.9,
93
+ "seed": 0,
94
+ "maxTokens": 8192
95
+ },
96
+ "reasoning": {
97
+ "enableThinking": true,
98
+ "thinkingBudget": 6144
99
+ }
100
+ },
101
+ "instruct": {
102
+ "sampling": {
103
+ "temperature": 1,
104
+ "topP": 0.95,
105
+ "maxTokens": 8192
106
+ },
107
+ "reasoning": {
108
+ "enableThinking": false
109
+ }
110
+ },
111
+ "creative": {
112
+ "sampling": {
113
+ "temperature": 1,
114
+ "topP": 0.95,
115
+ "maxTokens": 16384
116
+ },
117
+ "reasoning": {
118
+ "enableThinking": false
119
+ }
120
+ }
121
+ }
122
+ },
123
+ "llamaCpp": {
124
+ "huggingfaceRepo": "ggml-org/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-GGUF",
125
+ "filename": "NVIDIA-Nemotron-3.5-Lightning-30B-A3B-Q4_K_M.gguf",
126
+ "quantization": "Q4_K_M",
127
+ "residentBytes": 30516886733
128
+ },
129
+ "mlx": {
130
+ "huggingfaceRepo": "mlx-community/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-4bit",
131
+ "quantization": "4bit",
132
+ "residentBytes": 23130356200
133
+ }
134
+ }
@@ -0,0 +1,134 @@
1
+ {
2
+ "id": "nemotron3.5-lightning-30b-q8",
3
+ "name": "Nemotron 3.5 Lightning (30B-A3B, Q8)",
4
+ "description": "NVIDIA's Nemotron 3.5 Lightning — a text-only 30B-parameter hybrid Mamba-2/Transformer Mixture-of-Experts model with about 3B active parameters per token, native reasoning and tool calling, and a 256K context window. This higher-fidelity variant uses ggml-org's Q8_0 llama.cpp build (about 35GB) or mlx-community's matching 8-bit affine conversion (about 33.6GB).",
5
+ "tags": [
6
+ "nvidia",
7
+ "reasoning",
8
+ "agentic",
9
+ "coding",
10
+ "tools",
11
+ "long-context",
12
+ "moe",
13
+ "hybrid",
14
+ "mamba",
15
+ "open-weights",
16
+ "apple-silicon"
17
+ ],
18
+ "category": "reasoning",
19
+ "maintainer": {
20
+ "name": "NVIDIA",
21
+ "url": "https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-BF16"
22
+ },
23
+ "version": "1.0.0",
24
+ "updatedAt": "2026-08-11T00:00:00Z",
25
+ "license": "OpenMDW-1.1",
26
+ "licenseClass": "open",
27
+ "licenseShortName": "OpenMDW 1.1",
28
+ "licenseUrl": "https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-BF16/blob/main/LICENSE",
29
+ "parameterSize": "30B",
30
+ "approxSizeBytes": 35004642304,
31
+ "supportsTools": true,
32
+ "contextWindow": 262144,
33
+ "kvBytesPerTokenF16": 6144,
34
+ "upstream": "https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-BF16",
35
+ "style": {
36
+ "family": "nemotron",
37
+ "reasoningFormat": "think",
38
+ "toolCallFormat": "function-call"
39
+ },
40
+ "behaviors": [
41
+ "reasoning.strip-think-tags",
42
+ "prompt.private-reasoning-guidance",
43
+ "prompt.tool-cookbook-condensed",
44
+ "mcp.compact-tool-schemas",
45
+ "fabrication.detect-past-tense-no-tools",
46
+ "prompt.retrieval-first",
47
+ "prompt.workspace-gestalt",
48
+ "turn.preamble-folding",
49
+ "turn.ramble-detection",
50
+ "tools.mlx-grammar"
51
+ ],
52
+ "tuning": {
53
+ "sampling": {
54
+ "temperature": 1,
55
+ "topP": 0.95,
56
+ "maxTokens": 16384
57
+ },
58
+ "samplingWhenThinking": {
59
+ "temperature": 1,
60
+ "topP": 0.95
61
+ },
62
+ "reasoning": {
63
+ "enableThinking": true,
64
+ "thinkingBudget": 8192
65
+ },
66
+ "profiles": {
67
+ "thinking-general": {
68
+ "sampling": {
69
+ "temperature": 1,
70
+ "topP": 0.95,
71
+ "maxTokens": 16384
72
+ },
73
+ "reasoning": {
74
+ "enableThinking": true,
75
+ "thinkingBudget": 8192
76
+ }
77
+ },
78
+ "thinking-coding": {
79
+ "sampling": {
80
+ "temperature": 1,
81
+ "topP": 0.95,
82
+ "maxTokens": 32768
83
+ },
84
+ "reasoning": {
85
+ "enableThinking": true,
86
+ "thinkingBudget": 12288
87
+ }
88
+ },
89
+ "thinking-precise": {
90
+ "sampling": {
91
+ "temperature": 0.6,
92
+ "topP": 0.9,
93
+ "seed": 0,
94
+ "maxTokens": 8192
95
+ },
96
+ "reasoning": {
97
+ "enableThinking": true,
98
+ "thinkingBudget": 6144
99
+ }
100
+ },
101
+ "instruct": {
102
+ "sampling": {
103
+ "temperature": 1,
104
+ "topP": 0.95,
105
+ "maxTokens": 8192
106
+ },
107
+ "reasoning": {
108
+ "enableThinking": false
109
+ }
110
+ },
111
+ "creative": {
112
+ "sampling": {
113
+ "temperature": 1,
114
+ "topP": 0.95,
115
+ "maxTokens": 16384
116
+ },
117
+ "reasoning": {
118
+ "enableThinking": false
119
+ }
120
+ }
121
+ }
122
+ },
123
+ "llamaCpp": {
124
+ "huggingfaceRepo": "ggml-org/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-GGUF",
125
+ "filename": "NVIDIA-Nemotron-3.5-Lightning-30B-A3B-Q8_0.gguf",
126
+ "quantization": "Q8_0",
127
+ "residentBytes": 42005570765
128
+ },
129
+ "mlx": {
130
+ "huggingfaceRepo": "mlx-community/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-8bit",
131
+ "quantization": "8bit",
132
+ "residentBytes": 43650255848
133
+ }
134
+ }
@@ -114,6 +114,8 @@
114
114
  "residentBytes": 85899345920,
115
115
  "quantization": "MXFP4",
116
116
  "cacheExpertsBytes": 68719476736,
117
- "ssdStreaming": true
117
+ "ssdStreaming": true,
118
+ "kvBytesPerToken": 8192,
119
+ "residentCtxTokens": 131072
118
120
  }
119
121
  }
@@ -20,6 +20,8 @@
20
20
  "residentBytes": 85899345920,
21
21
  "quantization": "MXFP4",
22
22
  "cacheExpertsBytes": 68719476736,
23
- "ssdStreaming": true
23
+ "ssdStreaming": true,
24
+ "kvBytesPerToken": 8192,
25
+ "residentCtxTokens": 131072
24
26
  }
25
27
  }
@@ -114,6 +114,8 @@
114
114
  "residentBytes": 38654705664,
115
115
  "quantization": "IQ2_XXS",
116
116
  "cacheExpertsBytes": 34359738368,
117
- "ssdStreaming": true
117
+ "ssdStreaming": true,
118
+ "kvBytesPerToken": 8192,
119
+ "residentCtxTokens": 131072
118
120
  }
119
121
  }
@@ -20,6 +20,8 @@
20
20
  "residentBytes": 38654705664,
21
21
  "quantization": "IQ2_XXS",
22
22
  "cacheExpertsBytes": 34359738368,
23
- "ssdStreaming": true
23
+ "ssdStreaming": true,
24
+ "kvBytesPerToken": 8192,
25
+ "residentCtxTokens": 131072
24
26
  }
25
27
  }
@@ -20,6 +20,8 @@
20
20
  "residentBytes": 38654705664,
21
21
  "quantization": "IQ2_XXS",
22
22
  "cacheExpertsBytes": 34359738368,
23
- "ssdStreaming": true
23
+ "ssdStreaming": true,
24
+ "kvBytesPerToken": 8192,
25
+ "residentCtxTokens": 131072
24
26
  }
25
27
  }
@@ -115,6 +115,8 @@
115
115
  "residentBytes": 45097156608,
116
116
  "quantization": "IQ2_XXS/Q4_K",
117
117
  "cacheExpertsBytes": 38654705664,
118
- "ssdStreaming": true
118
+ "ssdStreaming": true,
119
+ "kvBytesPerToken": 8192,
120
+ "residentCtxTokens": 131072
119
121
  }
120
122
  }
@@ -20,6 +20,8 @@
20
20
  "residentBytes": 45097156608,
21
21
  "quantization": "IQ2_XXS/Q4_K",
22
22
  "cacheExpertsBytes": 38654705664,
23
- "ssdStreaming": true
23
+ "ssdStreaming": true,
24
+ "kvBytesPerToken": 8192,
25
+ "residentCtxTokens": 131072
24
26
  }
25
27
  }
@@ -311,6 +311,8 @@
311
311
  "residentBytes": 85899345920,
312
312
  "quantization": "Q4_K",
313
313
  "cacheExpertsBytes": 68719476736,
314
- "ssdStreaming": true
314
+ "ssdStreaming": true,
315
+ "kvBytesPerToken": 8192,
316
+ "residentCtxTokens": 131072
315
317
  }
316
318
  }
@@ -218,6 +218,8 @@
218
218
  "residentBytes": 85899345920,
219
219
  "quantization": "Q4_K",
220
220
  "cacheExpertsBytes": 68719476736,
221
- "ssdStreaming": true
221
+ "ssdStreaming": true,
222
+ "kvBytesPerToken": 8192,
223
+ "residentCtxTokens": 131072
222
224
  }
223
225
  }
@@ -218,6 +218,8 @@
218
218
  "residentBytes": 85899345920,
219
219
  "quantization": "Q4_K",
220
220
  "cacheExpertsBytes": 68719476736,
221
- "ssdStreaming": true
221
+ "ssdStreaming": true,
222
+ "kvBytesPerToken": 8192,
223
+ "residentCtxTokens": 131072
222
224
  }
223
225
  }
@@ -60,6 +60,8 @@
60
60
  "residentBytes": 61363217408,
61
61
  "cacheExpertsBytes": 34359738368,
62
62
  "ssdStreaming": true,
63
- "maxLaunchCtx": 65536
63
+ "maxLaunchCtx": 65536,
64
+ "kvBytesPerToken": 91136,
65
+ "residentCtxTokens": 65536
64
66
  }
65
67
  }
@@ -13,6 +13,8 @@
13
13
  "residentBytes": 61363217408,
14
14
  "cacheExpertsBytes": 34359738368,
15
15
  "ssdStreaming": true,
16
- "maxLaunchCtx": 65536
16
+ "maxLaunchCtx": 65536,
17
+ "kvBytesPerToken": 91136,
18
+ "residentCtxTokens": 65536
17
19
  }
18
20
  }