@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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
3
  "kind": "chat-model",
4
- "minGezelVersion": "1.99999",
4
+ "minGezelVersion": "1.26223",
5
5
  "id": "muse-glimmer-30b-q4",
6
6
  "name": "Muse Glimmer (30B, Q4)",
7
7
  "description": "Meta Superintelligence Labs' Muse family, distilled from the larger Muse Spark down to 30B: a dense agentic model (29.6B language model plus a ~1.8B ViT-G/14 perception encoder) built for long-horizon tool use on consumer hardware. A new architecture rather than a Llama derivative — its own chat format and tool-call grammar. Multimodal (text + image), 131K native context, native tool calling, and a reasoning strength dial from low to xhigh. Meta's own calibrated K-quant build, sized to fit 24GB of VRAM.",
@@ -0,0 +1,193 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "kind": "chat-model",
4
+ "id": "nemotron3.5-lightning-30b-q4",
5
+ "name": "Nemotron 3.5 Lightning (30B-A3B, Q4)",
6
+ "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).",
7
+ "tags": [
8
+ "nvidia",
9
+ "reasoning",
10
+ "agentic",
11
+ "coding",
12
+ "tools",
13
+ "long-context",
14
+ "moe",
15
+ "hybrid",
16
+ "mamba",
17
+ "open-weights",
18
+ "apple-silicon"
19
+ ],
20
+ "category": "reasoning",
21
+ "maintainer": {
22
+ "name": "NVIDIA",
23
+ "url": "https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-BF16"
24
+ },
25
+ "version": "1.0.0",
26
+ "updatedAt": "2026-08-11T00:00:00Z",
27
+ "license": "OpenMDW-1.1",
28
+ "licenseClass": "open",
29
+ "licenseShortName": "OpenMDW 1.1",
30
+ "licenseUrl": "https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-BF16/blob/main/LICENSE",
31
+ "parameterSize": "30B",
32
+ "approxSizeBytes": 25430738944,
33
+ "supportsTools": true,
34
+ "contextWindow": 262144,
35
+ "kvBytesPerTokenF16": 6144,
36
+ "upstream": "https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-BF16",
37
+ "style": {
38
+ "family": "nemotron",
39
+ "reasoningFormat": "think",
40
+ "toolCallFormat": "function-call"
41
+ },
42
+ "behaviors": [
43
+ "reasoning.strip-think-tags",
44
+ "prompt.private-reasoning-guidance",
45
+ "prompt.tool-cookbook-condensed",
46
+ "mcp.compact-tool-schemas",
47
+ "fabrication.detect-past-tense-no-tools",
48
+ "prompt.retrieval-first",
49
+ "prompt.workspace-gestalt",
50
+ "turn.preamble-folding",
51
+ "turn.ramble-detection",
52
+ "tools.mlx-grammar"
53
+ ],
54
+ "tuning": {
55
+ "sampling": {
56
+ "temperature": 1,
57
+ "topP": 0.95,
58
+ "maxTokens": 16384
59
+ },
60
+ "samplingWhenThinking": {
61
+ "temperature": 1,
62
+ "topP": 0.95
63
+ },
64
+ "reasoning": {
65
+ "enableThinking": true,
66
+ "thinkingBudget": 8192
67
+ },
68
+ "profiles": {
69
+ "thinking-general": {
70
+ "sampling": {
71
+ "temperature": 1,
72
+ "topP": 0.95,
73
+ "maxTokens": 16384
74
+ },
75
+ "reasoning": {
76
+ "enableThinking": true,
77
+ "thinkingBudget": 8192
78
+ }
79
+ },
80
+ "thinking-coding": {
81
+ "sampling": {
82
+ "temperature": 1,
83
+ "topP": 0.95,
84
+ "maxTokens": 32768
85
+ },
86
+ "reasoning": {
87
+ "enableThinking": true,
88
+ "thinkingBudget": 12288
89
+ }
90
+ },
91
+ "thinking-precise": {
92
+ "sampling": {
93
+ "temperature": 0.6,
94
+ "topP": 0.9,
95
+ "seed": 0,
96
+ "maxTokens": 8192
97
+ },
98
+ "reasoning": {
99
+ "enableThinking": true,
100
+ "thinkingBudget": 6144
101
+ }
102
+ },
103
+ "instruct": {
104
+ "sampling": {
105
+ "temperature": 1,
106
+ "topP": 0.95,
107
+ "maxTokens": 8192
108
+ },
109
+ "reasoning": {
110
+ "enableThinking": false
111
+ }
112
+ },
113
+ "creative": {
114
+ "sampling": {
115
+ "temperature": 1,
116
+ "topP": 0.95,
117
+ "maxTokens": 16384
118
+ },
119
+ "reasoning": {
120
+ "enableThinking": false
121
+ }
122
+ }
123
+ }
124
+ },
125
+ "llamaCpp": {
126
+ "huggingfaceRepo": "ggml-org/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-GGUF",
127
+ "revision": "88d7ce0b0fa385c5108866ce5d33690927531a37",
128
+ "filename": "NVIDIA-Nemotron-3.5-Lightning-30B-A3B-Q4_K_M.gguf",
129
+ "sha256": "6110e2e2e6cd324e6ee69ddced5a6b34fad6c94ca9827222a1e420fb92e3c90b",
130
+ "approxSizeBytes": 25430738944,
131
+ "quantization": "Q4_K_M",
132
+ "residentBytes": 30516886733
133
+ },
134
+ "mlx": {
135
+ "huggingfaceRepo": "mlx-community/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-4bit",
136
+ "revision": "55ac8c89261109b36c04371cd3f479a4594208c8",
137
+ "quantization": "4bit",
138
+ "approxSizeBytes": 17792581692,
139
+ "files": [
140
+ {
141
+ "name": "chat_template.jinja",
142
+ "sha256": "58933db77d3099b4f78c55a38347a72e1ea05b97d6bd8f38775303dc0194e0a9",
143
+ "sizeBytes": 9867
144
+ },
145
+ {
146
+ "name": "config.json",
147
+ "sha256": "2d4bdc543efd8ccd68fccbf1231b1d1216ab2a0482229ea5638d448127973b27",
148
+ "sizeBytes": 2932
149
+ },
150
+ {
151
+ "name": "generation_config.json",
152
+ "sha256": "0ed94823ae737b507aef6af01e837041b7aa2fb0306793a310cd201d89a31ff4",
153
+ "sizeBytes": 210
154
+ },
155
+ {
156
+ "name": "model-00001-of-00004.safetensors",
157
+ "sha256": "12e2ba8a7f0990b7e34ddb25cf4043fe39b105215fe61a0b7dc1447be6b247b3",
158
+ "sizeBytes": 5118631442
159
+ },
160
+ {
161
+ "name": "model-00002-of-00004.safetensors",
162
+ "sha256": "a095b11193a9d58e2c67c83bc2aff0eedde8f76b77ff8ee4781fe08f6c3f5363",
163
+ "sizeBytes": 5291568433
164
+ },
165
+ {
166
+ "name": "model-00003-of-00004.safetensors",
167
+ "sha256": "c55808e0cf33a6b957d34ab57caf4185c4aed49c6ef15c7c69683e7af7e892cc",
168
+ "sizeBytes": 5291568429
169
+ },
170
+ {
171
+ "name": "model-00004-of-00004.safetensors",
172
+ "sha256": "9c541daef892060fffb831afb9e20251ff18c492df7bacd0bfee4d8e43124d89",
173
+ "sizeBytes": 2073657055
174
+ },
175
+ {
176
+ "name": "model.safetensors.index.json",
177
+ "sha256": "4c12ae32746441ec65e94d8cf312462ac10ab0d3c80513bba3d1c1ca3f2ed9ca",
178
+ "sizeBytes": 65410
179
+ },
180
+ {
181
+ "name": "tokenizer.json",
182
+ "sha256": "623c34567aebb18582765289fbe23d901c62704d6518d71866e0e58db892b5b7",
183
+ "sizeBytes": 17077484
184
+ },
185
+ {
186
+ "name": "tokenizer_config.json",
187
+ "sha256": "ec380f0a6c0c2e294eb2435f5ec521fb2121cfc970e6ebf023d06829714a4eaa",
188
+ "sizeBytes": 430
189
+ }
190
+ ],
191
+ "residentBytes": 23130356200
192
+ }
193
+ }
@@ -0,0 +1,74 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "version": "1.0.0",
4
+ "releasedAt": "2026-08-11T00:00:00Z",
5
+ "approxSizeBytes": 25430738944,
6
+ "llamaCpp": {
7
+ "huggingfaceRepo": "ggml-org/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-GGUF",
8
+ "revision": "88d7ce0b0fa385c5108866ce5d33690927531a37",
9
+ "filename": "NVIDIA-Nemotron-3.5-Lightning-30B-A3B-Q4_K_M.gguf",
10
+ "sha256": "6110e2e2e6cd324e6ee69ddced5a6b34fad6c94ca9827222a1e420fb92e3c90b",
11
+ "approxSizeBytes": 25430738944,
12
+ "quantization": "Q4_K_M",
13
+ "residentBytes": 30516886733
14
+ },
15
+ "mlx": {
16
+ "huggingfaceRepo": "mlx-community/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-4bit",
17
+ "revision": "55ac8c89261109b36c04371cd3f479a4594208c8",
18
+ "quantization": "4bit",
19
+ "approxSizeBytes": 17792581692,
20
+ "files": [
21
+ {
22
+ "name": "chat_template.jinja",
23
+ "sha256": "58933db77d3099b4f78c55a38347a72e1ea05b97d6bd8f38775303dc0194e0a9",
24
+ "sizeBytes": 9867
25
+ },
26
+ {
27
+ "name": "config.json",
28
+ "sha256": "2d4bdc543efd8ccd68fccbf1231b1d1216ab2a0482229ea5638d448127973b27",
29
+ "sizeBytes": 2932
30
+ },
31
+ {
32
+ "name": "generation_config.json",
33
+ "sha256": "0ed94823ae737b507aef6af01e837041b7aa2fb0306793a310cd201d89a31ff4",
34
+ "sizeBytes": 210
35
+ },
36
+ {
37
+ "name": "model-00001-of-00004.safetensors",
38
+ "sha256": "12e2ba8a7f0990b7e34ddb25cf4043fe39b105215fe61a0b7dc1447be6b247b3",
39
+ "sizeBytes": 5118631442
40
+ },
41
+ {
42
+ "name": "model-00002-of-00004.safetensors",
43
+ "sha256": "a095b11193a9d58e2c67c83bc2aff0eedde8f76b77ff8ee4781fe08f6c3f5363",
44
+ "sizeBytes": 5291568433
45
+ },
46
+ {
47
+ "name": "model-00003-of-00004.safetensors",
48
+ "sha256": "c55808e0cf33a6b957d34ab57caf4185c4aed49c6ef15c7c69683e7af7e892cc",
49
+ "sizeBytes": 5291568429
50
+ },
51
+ {
52
+ "name": "model-00004-of-00004.safetensors",
53
+ "sha256": "9c541daef892060fffb831afb9e20251ff18c492df7bacd0bfee4d8e43124d89",
54
+ "sizeBytes": 2073657055
55
+ },
56
+ {
57
+ "name": "model.safetensors.index.json",
58
+ "sha256": "4c12ae32746441ec65e94d8cf312462ac10ab0d3c80513bba3d1c1ca3f2ed9ca",
59
+ "sizeBytes": 65410
60
+ },
61
+ {
62
+ "name": "tokenizer.json",
63
+ "sha256": "623c34567aebb18582765289fbe23d901c62704d6518d71866e0e58db892b5b7",
64
+ "sizeBytes": 17077484
65
+ },
66
+ {
67
+ "name": "tokenizer_config.json",
68
+ "sha256": "ec380f0a6c0c2e294eb2435f5ec521fb2121cfc970e6ebf023d06829714a4eaa",
69
+ "sizeBytes": 430
70
+ }
71
+ ],
72
+ "residentBytes": 23130356200
73
+ }
74
+ }
@@ -0,0 +1,208 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "kind": "chat-model",
4
+ "id": "nemotron3.5-lightning-30b-q8",
5
+ "name": "Nemotron 3.5 Lightning (30B-A3B, Q8)",
6
+ "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).",
7
+ "tags": [
8
+ "nvidia",
9
+ "reasoning",
10
+ "agentic",
11
+ "coding",
12
+ "tools",
13
+ "long-context",
14
+ "moe",
15
+ "hybrid",
16
+ "mamba",
17
+ "open-weights",
18
+ "apple-silicon"
19
+ ],
20
+ "category": "reasoning",
21
+ "maintainer": {
22
+ "name": "NVIDIA",
23
+ "url": "https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-BF16"
24
+ },
25
+ "version": "1.0.0",
26
+ "updatedAt": "2026-08-11T00:00:00Z",
27
+ "license": "OpenMDW-1.1",
28
+ "licenseClass": "open",
29
+ "licenseShortName": "OpenMDW 1.1",
30
+ "licenseUrl": "https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-BF16/blob/main/LICENSE",
31
+ "parameterSize": "30B",
32
+ "approxSizeBytes": 35004642304,
33
+ "supportsTools": true,
34
+ "contextWindow": 262144,
35
+ "kvBytesPerTokenF16": 6144,
36
+ "upstream": "https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-BF16",
37
+ "style": {
38
+ "family": "nemotron",
39
+ "reasoningFormat": "think",
40
+ "toolCallFormat": "function-call"
41
+ },
42
+ "behaviors": [
43
+ "reasoning.strip-think-tags",
44
+ "prompt.private-reasoning-guidance",
45
+ "prompt.tool-cookbook-condensed",
46
+ "mcp.compact-tool-schemas",
47
+ "fabrication.detect-past-tense-no-tools",
48
+ "prompt.retrieval-first",
49
+ "prompt.workspace-gestalt",
50
+ "turn.preamble-folding",
51
+ "turn.ramble-detection",
52
+ "tools.mlx-grammar"
53
+ ],
54
+ "tuning": {
55
+ "sampling": {
56
+ "temperature": 1,
57
+ "topP": 0.95,
58
+ "maxTokens": 16384
59
+ },
60
+ "samplingWhenThinking": {
61
+ "temperature": 1,
62
+ "topP": 0.95
63
+ },
64
+ "reasoning": {
65
+ "enableThinking": true,
66
+ "thinkingBudget": 8192
67
+ },
68
+ "profiles": {
69
+ "thinking-general": {
70
+ "sampling": {
71
+ "temperature": 1,
72
+ "topP": 0.95,
73
+ "maxTokens": 16384
74
+ },
75
+ "reasoning": {
76
+ "enableThinking": true,
77
+ "thinkingBudget": 8192
78
+ }
79
+ },
80
+ "thinking-coding": {
81
+ "sampling": {
82
+ "temperature": 1,
83
+ "topP": 0.95,
84
+ "maxTokens": 32768
85
+ },
86
+ "reasoning": {
87
+ "enableThinking": true,
88
+ "thinkingBudget": 12288
89
+ }
90
+ },
91
+ "thinking-precise": {
92
+ "sampling": {
93
+ "temperature": 0.6,
94
+ "topP": 0.9,
95
+ "seed": 0,
96
+ "maxTokens": 8192
97
+ },
98
+ "reasoning": {
99
+ "enableThinking": true,
100
+ "thinkingBudget": 6144
101
+ }
102
+ },
103
+ "instruct": {
104
+ "sampling": {
105
+ "temperature": 1,
106
+ "topP": 0.95,
107
+ "maxTokens": 8192
108
+ },
109
+ "reasoning": {
110
+ "enableThinking": false
111
+ }
112
+ },
113
+ "creative": {
114
+ "sampling": {
115
+ "temperature": 1,
116
+ "topP": 0.95,
117
+ "maxTokens": 16384
118
+ },
119
+ "reasoning": {
120
+ "enableThinking": false
121
+ }
122
+ }
123
+ }
124
+ },
125
+ "llamaCpp": {
126
+ "huggingfaceRepo": "ggml-org/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-GGUF",
127
+ "revision": "88d7ce0b0fa385c5108866ce5d33690927531a37",
128
+ "filename": "NVIDIA-Nemotron-3.5-Lightning-30B-A3B-Q8_0.gguf",
129
+ "sha256": "8544826247d087745baf4e7540f6911608a61caba7a16702314946af5e4235ae",
130
+ "approxSizeBytes": 35004642304,
131
+ "quantization": "Q8_0",
132
+ "residentBytes": 42005570765
133
+ },
134
+ "mlx": {
135
+ "huggingfaceRepo": "mlx-community/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-8bit",
136
+ "revision": "881a85f9e84dac5ab1a61d4493739b5ef67efeaa",
137
+ "quantization": "8bit",
138
+ "approxSizeBytes": 33577119883,
139
+ "files": [
140
+ {
141
+ "name": "chat_template.jinja",
142
+ "sha256": "58933db77d3099b4f78c55a38347a72e1ea05b97d6bd8f38775303dc0194e0a9",
143
+ "sizeBytes": 9867
144
+ },
145
+ {
146
+ "name": "config.json",
147
+ "sha256": "a1b0135c0973322d188a836c86746e69ea07c02b241e1f26681bf5123345359b",
148
+ "sizeBytes": 2932
149
+ },
150
+ {
151
+ "name": "generation_config.json",
152
+ "sha256": "0ed94823ae737b507aef6af01e837041b7aa2fb0306793a310cd201d89a31ff4",
153
+ "sizeBytes": 210
154
+ },
155
+ {
156
+ "name": "model-00001-of-00007.safetensors",
157
+ "sha256": "7ce9d0b7b01bb133ebf089a65dbcce23dcf35d73eb28dfa20b639a21e86711f3",
158
+ "sizeBytes": 5359226316
159
+ },
160
+ {
161
+ "name": "model-00002-of-00007.safetensors",
162
+ "sha256": "ad229b96564455b865364db16918a557d55f21199e4ff7a9d0e0952e56c5c9e0",
163
+ "sizeBytes": 5046688726
164
+ },
165
+ {
166
+ "name": "model-00003-of-00007.safetensors",
167
+ "sha256": "a2c01a7ae42cc9881768fc3f4c1820a86c00766f8f88f154fd17e32d10ed1a46",
168
+ "sizeBytes": 4963631598
169
+ },
170
+ {
171
+ "name": "model-00004-of-00007.safetensors",
172
+ "sha256": "f9afcd3cedfc7e107b7e199fea995d105ee2ad56929fd3dd017ce6dd24ea9f55",
173
+ "sizeBytes": 5051598289
174
+ },
175
+ {
176
+ "name": "model-00005-of-00007.safetensors",
177
+ "sha256": "bf8ef73665e3d894d5badd01cef18a99e7da7dcc3a21c52c80a298976499420c",
178
+ "sizeBytes": 4938766121
179
+ },
180
+ {
181
+ "name": "model-00006-of-00007.safetensors",
182
+ "sha256": "bbd2d487828c3e2434ca181673023a1489699a6739c2725250ac0c91d5eb1e17",
183
+ "sizeBytes": 5026732862
184
+ },
185
+ {
186
+ "name": "model-00007-of-00007.safetensors",
187
+ "sha256": "01b0ace9963a901962e9bbe492d66faa5a0ed47b09ade9da5529375694fa770e",
188
+ "sizeBytes": 3173319638
189
+ },
190
+ {
191
+ "name": "model.safetensors.index.json",
192
+ "sha256": "14f9c8d6ff717ea35d64585e4f723544aa0964d7492c10dbf2e27a1ee29a87e5",
193
+ "sizeBytes": 65410
194
+ },
195
+ {
196
+ "name": "tokenizer.json",
197
+ "sha256": "623c34567aebb18582765289fbe23d901c62704d6518d71866e0e58db892b5b7",
198
+ "sizeBytes": 17077484
199
+ },
200
+ {
201
+ "name": "tokenizer_config.json",
202
+ "sha256": "ec380f0a6c0c2e294eb2435f5ec521fb2121cfc970e6ebf023d06829714a4eaa",
203
+ "sizeBytes": 430
204
+ }
205
+ ],
206
+ "residentBytes": 43650255848
207
+ }
208
+ }
@@ -0,0 +1,89 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "version": "1.0.0",
4
+ "releasedAt": "2026-08-11T00:00:00Z",
5
+ "approxSizeBytes": 35004642304,
6
+ "llamaCpp": {
7
+ "huggingfaceRepo": "ggml-org/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-GGUF",
8
+ "revision": "88d7ce0b0fa385c5108866ce5d33690927531a37",
9
+ "filename": "NVIDIA-Nemotron-3.5-Lightning-30B-A3B-Q8_0.gguf",
10
+ "sha256": "8544826247d087745baf4e7540f6911608a61caba7a16702314946af5e4235ae",
11
+ "approxSizeBytes": 35004642304,
12
+ "quantization": "Q8_0",
13
+ "residentBytes": 42005570765
14
+ },
15
+ "mlx": {
16
+ "huggingfaceRepo": "mlx-community/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-8bit",
17
+ "revision": "881a85f9e84dac5ab1a61d4493739b5ef67efeaa",
18
+ "quantization": "8bit",
19
+ "approxSizeBytes": 33577119883,
20
+ "files": [
21
+ {
22
+ "name": "chat_template.jinja",
23
+ "sha256": "58933db77d3099b4f78c55a38347a72e1ea05b97d6bd8f38775303dc0194e0a9",
24
+ "sizeBytes": 9867
25
+ },
26
+ {
27
+ "name": "config.json",
28
+ "sha256": "a1b0135c0973322d188a836c86746e69ea07c02b241e1f26681bf5123345359b",
29
+ "sizeBytes": 2932
30
+ },
31
+ {
32
+ "name": "generation_config.json",
33
+ "sha256": "0ed94823ae737b507aef6af01e837041b7aa2fb0306793a310cd201d89a31ff4",
34
+ "sizeBytes": 210
35
+ },
36
+ {
37
+ "name": "model-00001-of-00007.safetensors",
38
+ "sha256": "7ce9d0b7b01bb133ebf089a65dbcce23dcf35d73eb28dfa20b639a21e86711f3",
39
+ "sizeBytes": 5359226316
40
+ },
41
+ {
42
+ "name": "model-00002-of-00007.safetensors",
43
+ "sha256": "ad229b96564455b865364db16918a557d55f21199e4ff7a9d0e0952e56c5c9e0",
44
+ "sizeBytes": 5046688726
45
+ },
46
+ {
47
+ "name": "model-00003-of-00007.safetensors",
48
+ "sha256": "a2c01a7ae42cc9881768fc3f4c1820a86c00766f8f88f154fd17e32d10ed1a46",
49
+ "sizeBytes": 4963631598
50
+ },
51
+ {
52
+ "name": "model-00004-of-00007.safetensors",
53
+ "sha256": "f9afcd3cedfc7e107b7e199fea995d105ee2ad56929fd3dd017ce6dd24ea9f55",
54
+ "sizeBytes": 5051598289
55
+ },
56
+ {
57
+ "name": "model-00005-of-00007.safetensors",
58
+ "sha256": "bf8ef73665e3d894d5badd01cef18a99e7da7dcc3a21c52c80a298976499420c",
59
+ "sizeBytes": 4938766121
60
+ },
61
+ {
62
+ "name": "model-00006-of-00007.safetensors",
63
+ "sha256": "bbd2d487828c3e2434ca181673023a1489699a6739c2725250ac0c91d5eb1e17",
64
+ "sizeBytes": 5026732862
65
+ },
66
+ {
67
+ "name": "model-00007-of-00007.safetensors",
68
+ "sha256": "01b0ace9963a901962e9bbe492d66faa5a0ed47b09ade9da5529375694fa770e",
69
+ "sizeBytes": 3173319638
70
+ },
71
+ {
72
+ "name": "model.safetensors.index.json",
73
+ "sha256": "14f9c8d6ff717ea35d64585e4f723544aa0964d7492c10dbf2e27a1ee29a87e5",
74
+ "sizeBytes": 65410
75
+ },
76
+ {
77
+ "name": "tokenizer.json",
78
+ "sha256": "623c34567aebb18582765289fbe23d901c62704d6518d71866e0e58db892b5b7",
79
+ "sizeBytes": 17077484
80
+ },
81
+ {
82
+ "name": "tokenizer_config.json",
83
+ "sha256": "ec380f0a6c0c2e294eb2435f5ec521fb2121cfc970e6ebf023d06829714a4eaa",
84
+ "sizeBytes": 430
85
+ }
86
+ ],
87
+ "residentBytes": 43650255848
88
+ }
89
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "kind": "connector-type",
4
+ "id": "github-pulls",
5
+ "name": "GitHub Pull Requests",
6
+ "description": "Mirror a project's open pull requests into local files: a summary, one file per changed file with its patch, and the complete unified diff. Lets a gezel review a PR by reading the workspace instead of calling the GitHub API mid-turn.",
7
+ "tags": [
8
+ "github",
9
+ "pull-requests",
10
+ "code-review",
11
+ "diff",
12
+ "native"
13
+ ],
14
+ "maintainer": {
15
+ "name": "Gezel"
16
+ }
17
+ }
@@ -0,0 +1,37 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "version": "1.0.0",
4
+ "releasedAt": "2026-08-10T00:00:00Z",
5
+ "driver": "native",
6
+ "source": {
7
+ "adapterId": "github-pulls"
8
+ },
9
+ "configSchema": {
10
+ "type": "object",
11
+ "properties": {
12
+ "maxPulls": {
13
+ "type": "integer",
14
+ "title": "Open pull requests to mirror",
15
+ "minimum": 1,
16
+ "maximum": 200,
17
+ "default": 20
18
+ },
19
+ "includeComments": {
20
+ "type": "boolean",
21
+ "title": "Include review and issue comments",
22
+ "default": true
23
+ }
24
+ }
25
+ },
26
+ "secretShape": {
27
+ "kind": "apikey",
28
+ "field": "token",
29
+ "label": "GitHub token (optional; uses your GitHub sign-in)",
30
+ "required": false
31
+ },
32
+ "normalize": {
33
+ "kind": "native"
34
+ },
35
+ "completeness": "window",
36
+ "notes": "Takes the repository from the project's own GitHub link rather than binding config, so the coordinates cannot drift from the project. The corpus lives in the project's managed artifacts tree, so mirrored data never dirties the user's checkout. Each open pull request becomes one scope (`pr-<number>`) holding an overview record — title, author, branches, counts, description, and comment digest — plus one record per changed file under `files/` carrying that file's patch, and the complete unified diff as an attachment. Patches and the diff are stored untruncated because a gezel opens these as files. Comment and description text is untrusted and passes through the standard content scan and quarantine. Completeness is `window`: only the newest open pull requests are mirrored, so absence from the corpus does not mean absence upstream. A task launch can target one pull request directly, which syncs just that scope."
37
+ }