@zleap-ai/dsh-sag 0.1.0

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 (75) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/LICENSE +21 -0
  3. package/README.md +58 -0
  4. package/README.zh.md +58 -0
  5. package/THIRD_PARTY_NOTICES +671 -0
  6. package/cordis.patch.yml +5 -0
  7. package/docs/embedded.md +61 -0
  8. package/lib/brand.d.ts +13 -0
  9. package/lib/brand.js +15 -0
  10. package/lib/cli/runtime.d.ts +40 -0
  11. package/lib/cli/runtime.js +121 -0
  12. package/lib/cli.d.ts +21 -0
  13. package/lib/cli.js +265 -0
  14. package/lib/config.d.ts +60 -0
  15. package/lib/config.js +120 -0
  16. package/lib/connection/descriptor.d.ts +4 -0
  17. package/lib/connection/descriptor.js +66 -0
  18. package/lib/connection/discovery.d.ts +40 -0
  19. package/lib/connection/discovery.js +139 -0
  20. package/lib/connection/guidance.d.ts +7 -0
  21. package/lib/connection/guidance.js +7 -0
  22. package/lib/connection/manager.d.ts +67 -0
  23. package/lib/connection/manager.js +273 -0
  24. package/lib/connection/store.d.ts +42 -0
  25. package/lib/connection/store.js +164 -0
  26. package/lib/connection/types.d.ts +35 -0
  27. package/lib/connection/types.js +2 -0
  28. package/lib/dsh-sag-cli.js +32202 -0
  29. package/lib/index.d.ts +11 -0
  30. package/lib/index.js +68 -0
  31. package/lib/local/api-client.d.ts +157 -0
  32. package/lib/local/api-client.js +338 -0
  33. package/lib/local/gateway.d.ts +43 -0
  34. package/lib/local/gateway.js +34 -0
  35. package/lib/local/mcp-probe.d.ts +27 -0
  36. package/lib/local/mcp-probe.js +92 -0
  37. package/lib/presentation.d.ts +8 -0
  38. package/lib/presentation.js +7 -0
  39. package/lib/runtime/client.d.ts +22 -0
  40. package/lib/runtime/client.js +117 -0
  41. package/lib/runtime/protocol.d.ts +113 -0
  42. package/lib/runtime/protocol.js +118 -0
  43. package/lib/runtime/supervisor.d.ts +30 -0
  44. package/lib/runtime/supervisor.js +107 -0
  45. package/lib/tools/documents.d.ts +8 -0
  46. package/lib/tools/documents.js +134 -0
  47. package/lib/tools/ingest.d.ts +5 -0
  48. package/lib/tools/ingest.js +35 -0
  49. package/lib/tools/local.d.ts +40 -0
  50. package/lib/tools/local.js +111 -0
  51. package/lib/tools/output.d.ts +96 -0
  52. package/lib/tools/output.js +67 -0
  53. package/lib/tools/read.d.ts +6 -0
  54. package/lib/tools/read.js +84 -0
  55. package/lib/tools/search.d.ts +6 -0
  56. package/lib/tools/search.js +107 -0
  57. package/lib/tools/sources.d.ts +5 -0
  58. package/lib/tools/sources.js +61 -0
  59. package/lib/tools/status.d.ts +5 -0
  60. package/lib/tools/status.js +28 -0
  61. package/lib/tools/upload.d.ts +6 -0
  62. package/lib/tools/upload.js +68 -0
  63. package/package.json +96 -0
  64. package/runtime/pyproject.toml +29 -0
  65. package/runtime/src/dsh_sag_runtime/__init__.py +3 -0
  66. package/runtime/src/dsh_sag_runtime/__main__.py +80 -0
  67. package/runtime/src/dsh_sag_runtime/engines.py +139 -0
  68. package/runtime/src/dsh_sag_runtime/errors.py +47 -0
  69. package/runtime/src/dsh_sag_runtime/evidence.py +53 -0
  70. package/runtime/src/dsh_sag_runtime/protocol.py +161 -0
  71. package/runtime/src/dsh_sag_runtime/read.py +61 -0
  72. package/runtime/src/dsh_sag_runtime/search.py +76 -0
  73. package/runtime/src/dsh_sag_runtime/server.py +136 -0
  74. package/runtime/uv.lock +2310 -0
  75. package/scripts/setup-runtime.mjs +47 -0
@@ -0,0 +1,671 @@
1
+ # Third-Party Notices
2
+
3
+ Generated from the package manifests and license files used by the standalone dsh-sag CLI build.
4
+
5
+ ## @deepseek-ai/cordis@4.0.1
6
+
7
+ Source: git+https://github.com/deepseek-ai/deepseek-harness.git (directory: vendor/cordis)
8
+ License: MIT
9
+ License file: LICENSE
10
+
11
+ MIT License
12
+
13
+ Copyright (c) 2021-present Shigma
14
+
15
+ Permission is hereby granted, free of charge, to any person obtaining a copy
16
+ of this software and associated documentation files (the "Software"), to deal
17
+ in the Software without restriction, including without limitation the rights
18
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
19
+ copies of the Software, and to permit persons to whom the Software is
20
+ furnished to do so, subject to the following conditions:
21
+
22
+ The above copyright notice and this permission notice shall be included in all
23
+ copies or substantial portions of the Software.
24
+
25
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
26
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
27
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
28
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
29
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
30
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
31
+ SOFTWARE.
32
+
33
+ ## @deepseek-ai/cosmokit@1.8.2
34
+
35
+ Source: git+https://github.com/deepseek-ai/deepseek-harness.git (directory: vendor/cosmokit)
36
+ License: MIT
37
+ License file: LICENSE
38
+
39
+ MIT License
40
+
41
+ Copyright (c) 2021-present Shigma
42
+
43
+ Permission is hereby granted, free of charge, to any person obtaining a copy
44
+ of this software and associated documentation files (the "Software"), to deal
45
+ in the Software without restriction, including without limitation the rights
46
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
47
+ copies of the Software, and to permit persons to whom the Software is
48
+ furnished to do so, subject to the following conditions:
49
+
50
+ The above copyright notice and this permission notice shall be included in all
51
+ copies or substantial portions of the Software.
52
+
53
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
54
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
55
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
56
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
57
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
58
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
59
+ SOFTWARE.
60
+
61
+ ## @deepseek-ai/dsh-atomic-write@0.1.1-rc.2
62
+
63
+ Source: git+https://github.com/deepseek-ai/deepseek-harness.git (directory: packages/util/atomic-write)
64
+ License: MIT
65
+ License file: LICENSE
66
+
67
+ MIT License
68
+
69
+ Copyright (c) 2026 DeepSeek
70
+
71
+ Permission is hereby granted, free of charge, to any person obtaining a copy
72
+ of this software and associated documentation files (the "Software"), to deal
73
+ in the Software without restriction, including without limitation the rights
74
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
75
+ copies of the Software, and to permit persons to whom the Software is
76
+ furnished to do so, subject to the following conditions:
77
+
78
+ The above copyright notice and this permission notice shall be included in all
79
+ copies or substantial portions of the Software.
80
+
81
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
82
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
83
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
84
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
85
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
86
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
87
+ SOFTWARE.
88
+
89
+ ## @deepseek-ai/dsh-credentials-local@0.1.1-rc.2
90
+
91
+ Source: git+https://github.com/deepseek-ai/deepseek-harness.git (directory: packages/credentials/credentials-local)
92
+ License: MIT
93
+ License file: LICENSE
94
+
95
+ MIT License
96
+
97
+ Copyright (c) 2026 DeepSeek
98
+
99
+ Permission is hereby granted, free of charge, to any person obtaining a copy
100
+ of this software and associated documentation files (the "Software"), to deal
101
+ in the Software without restriction, including without limitation the rights
102
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
103
+ copies of the Software, and to permit persons to whom the Software is
104
+ furnished to do so, subject to the following conditions:
105
+
106
+ The above copyright notice and this permission notice shall be included in all
107
+ copies or substantial portions of the Software.
108
+
109
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
110
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
111
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
112
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
113
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
114
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
115
+ SOFTWARE.
116
+
117
+ ## @deepseek-ai/dsh-credentials@0.1.1-rc.2
118
+
119
+ Source: git+https://github.com/deepseek-ai/deepseek-harness.git (directory: packages/credentials/credentials)
120
+ License: MIT
121
+ License file: LICENSE
122
+
123
+ MIT License
124
+
125
+ Copyright (c) 2026 DeepSeek
126
+
127
+ Permission is hereby granted, free of charge, to any person obtaining a copy
128
+ of this software and associated documentation files (the "Software"), to deal
129
+ in the Software without restriction, including without limitation the rights
130
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
131
+ copies of the Software, and to permit persons to whom the Software is
132
+ furnished to do so, subject to the following conditions:
133
+
134
+ The above copyright notice and this permission notice shall be included in all
135
+ copies or substantial portions of the Software.
136
+
137
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
138
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
139
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
140
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
141
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
142
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
143
+ SOFTWARE.
144
+
145
+ ## @deepseek-ai/dsh-home-paths@0.1.1-rc.2
146
+
147
+ Source: git+https://github.com/deepseek-ai/deepseek-harness.git (directory: packages/util/home-paths)
148
+ License: MIT
149
+ License file: LICENSE
150
+
151
+ MIT License
152
+
153
+ Copyright (c) 2026 DeepSeek
154
+
155
+ Permission is hereby granted, free of charge, to any person obtaining a copy
156
+ of this software and associated documentation files (the "Software"), to deal
157
+ in the Software without restriction, including without limitation the rights
158
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
159
+ copies of the Software, and to permit persons to whom the Software is
160
+ furnished to do so, subject to the following conditions:
161
+
162
+ The above copyright notice and this permission notice shall be included in all
163
+ copies or substantial portions of the Software.
164
+
165
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
166
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
167
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
168
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
169
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
170
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
171
+ SOFTWARE.
172
+
173
+ ## @deepseek-ai/dsh-launch-environment@0.1.1-rc.2
174
+
175
+ Source: git+https://github.com/deepseek-ai/deepseek-harness.git (directory: packages/util/launch-environment)
176
+ License: MIT
177
+ License file: LICENSE
178
+
179
+ MIT License
180
+
181
+ Copyright (c) 2026 DeepSeek
182
+
183
+ Permission is hereby granted, free of charge, to any person obtaining a copy
184
+ of this software and associated documentation files (the "Software"), to deal
185
+ in the Software without restriction, including without limitation the rights
186
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
187
+ copies of the Software, and to permit persons to whom the Software is
188
+ furnished to do so, subject to the following conditions:
189
+
190
+ The above copyright notice and this permission notice shall be included in all
191
+ copies or substantial portions of the Software.
192
+
193
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
194
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
195
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
196
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
197
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
198
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
199
+ SOFTWARE.
200
+
201
+ ## @deepseek-ai/dsh-settings-file@0.1.1-rc.2
202
+
203
+ Source: git+https://github.com/deepseek-ai/deepseek-harness.git (directory: packages/settings/settings-file)
204
+ License: MIT
205
+ License file: LICENSE
206
+
207
+ MIT License
208
+
209
+ Copyright (c) 2026 DeepSeek
210
+
211
+ Permission is hereby granted, free of charge, to any person obtaining a copy
212
+ of this software and associated documentation files (the "Software"), to deal
213
+ in the Software without restriction, including without limitation the rights
214
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
215
+ copies of the Software, and to permit persons to whom the Software is
216
+ furnished to do so, subject to the following conditions:
217
+
218
+ The above copyright notice and this permission notice shall be included in all
219
+ copies or substantial portions of the Software.
220
+
221
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
222
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
223
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
224
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
225
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
226
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
227
+ SOFTWARE.
228
+
229
+ ## @deepseek-ai/dsh-settings@0.1.1-rc.2
230
+
231
+ Source: git+https://github.com/deepseek-ai/deepseek-harness.git (directory: packages/settings/settings)
232
+ License: MIT
233
+ License file: LICENSE
234
+
235
+ MIT License
236
+
237
+ Copyright (c) 2026 DeepSeek
238
+
239
+ Permission is hereby granted, free of charge, to any person obtaining a copy
240
+ of this software and associated documentation files (the "Software"), to deal
241
+ in the Software without restriction, including without limitation the rights
242
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
243
+ copies of the Software, and to permit persons to whom the Software is
244
+ furnished to do so, subject to the following conditions:
245
+
246
+ The above copyright notice and this permission notice shall be included in all
247
+ copies or substantial portions of the Software.
248
+
249
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
250
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
251
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
252
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
253
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
254
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
255
+ SOFTWARE.
256
+
257
+ ## @deepseek-ai/schemastery@3.18.1
258
+
259
+ Source: git+https://github.com/deepseek-ai/deepseek-harness.git (directory: vendor/schemastery)
260
+ License: MIT
261
+ License file: LICENSE
262
+
263
+ MIT License
264
+
265
+ Copyright (c) 2021-present Shigma
266
+
267
+ Permission is hereby granted, free of charge, to any person obtaining a copy
268
+ of this software and associated documentation files (the "Software"), to deal
269
+ in the Software without restriction, including without limitation the rights
270
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
271
+ copies of the Software, and to permit persons to whom the Software is
272
+ furnished to do so, subject to the following conditions:
273
+
274
+ The above copyright notice and this permission notice shall be included in all
275
+ copies or substantial portions of the Software.
276
+
277
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
278
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
279
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
280
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
281
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
282
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
283
+ SOFTWARE.
284
+
285
+ ## @modelcontextprotocol/sdk@1.30.0
286
+
287
+ Source: git+https://github.com/modelcontextprotocol/typescript-sdk.git
288
+ License: MIT
289
+ License file: LICENSE
290
+
291
+ MIT License
292
+
293
+ Copyright (c) 2024 Anthropic, PBC
294
+
295
+ Permission is hereby granted, free of charge, to any person obtaining a copy
296
+ of this software and associated documentation files (the "Software"), to deal
297
+ in the Software without restriction, including without limitation the rights
298
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
299
+ copies of the Software, and to permit persons to whom the Software is
300
+ furnished to do so, subject to the following conditions:
301
+
302
+ The above copyright notice and this permission notice shall be included in all
303
+ copies or substantial portions of the Software.
304
+
305
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
306
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
307
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
308
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
309
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
310
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
311
+ SOFTWARE.
312
+
313
+ ## ajv-formats@3.0.1
314
+
315
+ Source: git+https://github.com/ajv-validator/ajv-formats.git
316
+ License: MIT
317
+ License file: LICENSE
318
+
319
+ MIT License
320
+
321
+ Copyright (c) 2020 Evgeny Poberezkin
322
+
323
+ Permission is hereby granted, free of charge, to any person obtaining a copy
324
+ of this software and associated documentation files (the "Software"), to deal
325
+ in the Software without restriction, including without limitation the rights
326
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
327
+ copies of the Software, and to permit persons to whom the Software is
328
+ furnished to do so, subject to the following conditions:
329
+
330
+ The above copyright notice and this permission notice shall be included in all
331
+ copies or substantial portions of the Software.
332
+
333
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
334
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
335
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
336
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
337
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
338
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
339
+ SOFTWARE.
340
+
341
+ ## ajv@8.20.0
342
+
343
+ Source: ajv-validator/ajv
344
+ License: MIT
345
+ License file: LICENSE
346
+
347
+ The MIT License (MIT)
348
+
349
+ Copyright (c) 2015-2021 Evgeny Poberezkin
350
+
351
+ Permission is hereby granted, free of charge, to any person obtaining a copy
352
+ of this software and associated documentation files (the "Software"), to deal
353
+ in the Software without restriction, including without limitation the rights
354
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
355
+ copies of the Software, and to permit persons to whom the Software is
356
+ furnished to do so, subject to the following conditions:
357
+
358
+ The above copyright notice and this permission notice shall be included in all
359
+ copies or substantial portions of the Software.
360
+
361
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
362
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
363
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
364
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
365
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
366
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
367
+ SOFTWARE.
368
+
369
+ ## chokidar@4.0.3
370
+
371
+ Source: git+https://github.com/paulmillr/chokidar.git
372
+ License: MIT
373
+ License file: LICENSE
374
+
375
+ The MIT License (MIT)
376
+
377
+ Copyright (c) 2012 Paul Miller (https://paulmillr.com), Elan Shanker
378
+
379
+ Permission is hereby granted, free of charge, to any person obtaining a copy
380
+ of this software and associated documentation files (the “Software”), to deal
381
+ in the Software without restriction, including without limitation the rights
382
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
383
+ copies of the Software, and to permit persons to whom the Software is
384
+ furnished to do so, subject to the following conditions:
385
+
386
+ The above copyright notice and this permission notice shall be included in
387
+ all copies or substantial portions of the Software.
388
+
389
+ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
390
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
391
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
392
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
393
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
394
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
395
+ THE SOFTWARE.
396
+
397
+ ## content-type@1.0.5
398
+
399
+ Source: jshttp/content-type
400
+ License: MIT
401
+ License file: LICENSE
402
+
403
+ (The MIT License)
404
+
405
+ Copyright (c) 2015 Douglas Christopher Wilson
406
+
407
+ Permission is hereby granted, free of charge, to any person obtaining
408
+ a copy of this software and associated documentation files (the
409
+ 'Software'), to deal in the Software without restriction, including
410
+ without limitation the rights to use, copy, modify, merge, publish,
411
+ distribute, sublicense, and/or sell copies of the Software, and to
412
+ permit persons to whom the Software is furnished to do so, subject to
413
+ the following conditions:
414
+
415
+ The above copyright notice and this permission notice shall be
416
+ included in all copies or substantial portions of the Software.
417
+
418
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
419
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
420
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
421
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
422
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
423
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
424
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
425
+
426
+ ## eventsource-parser@3.1.1
427
+
428
+ Source: git+ssh://git@github.com/rexxars/eventsource-parser.git
429
+ License: MIT
430
+ License file: LICENSE
431
+
432
+ MIT License
433
+
434
+ Copyright (c) 2026 Espen Hovlandsdal <espen@hovlandsdal.com>
435
+
436
+ Permission is hereby granted, free of charge, to any person obtaining a copy
437
+ of this software and associated documentation files (the "Software"), to deal
438
+ in the Software without restriction, including without limitation the rights
439
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
440
+ copies of the Software, and to permit persons to whom the Software is
441
+ furnished to do so, subject to the following conditions:
442
+
443
+ The above copyright notice and this permission notice shall be included in all
444
+ copies or substantial portions of the Software.
445
+
446
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
447
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
448
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
449
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
450
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
451
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
452
+ SOFTWARE.
453
+
454
+ ## fast-deep-equal@3.1.3
455
+
456
+ Source: git+https://github.com/epoberezkin/fast-deep-equal.git
457
+ License: MIT
458
+ License file: LICENSE
459
+
460
+ MIT License
461
+
462
+ Copyright (c) 2017 Evgeny Poberezkin
463
+
464
+ Permission is hereby granted, free of charge, to any person obtaining a copy
465
+ of this software and associated documentation files (the "Software"), to deal
466
+ in the Software without restriction, including without limitation the rights
467
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
468
+ copies of the Software, and to permit persons to whom the Software is
469
+ furnished to do so, subject to the following conditions:
470
+
471
+ The above copyright notice and this permission notice shall be included in all
472
+ copies or substantial portions of the Software.
473
+
474
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
475
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
476
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
477
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
478
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
479
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
480
+ SOFTWARE.
481
+
482
+ ## fast-uri@3.1.6
483
+
484
+ Source: git+https://github.com/fastify/fast-uri.git
485
+ License: BSD-3-Clause
486
+ License file: LICENSE
487
+
488
+ Copyright (c) 2011-2021, Gary Court until https://github.com/garycourt/uri-js/commit/a1acf730b4bba3f1097c9f52e7d9d3aba8cdcaae
489
+ Copyright (c) 2021-present The Fastify team <https://github.com/fastify/fastify#team>
490
+ All rights reserved.
491
+
492
+ Redistribution and use in source and binary forms, with or without
493
+ modification, are permitted provided that the following conditions are met:
494
+ * Redistributions of source code must retain the above copyright
495
+ notice, this list of conditions and the following disclaimer.
496
+ * Redistributions in binary form must reproduce the above copyright
497
+ notice, this list of conditions and the following disclaimer in the
498
+ documentation and/or other materials provided with the distribution.
499
+ * The names of any contributors may not be used to endorse or promote
500
+ products derived from this software without specific prior written
501
+ permission.
502
+
503
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
504
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
505
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
506
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY
507
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
508
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
509
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
510
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
511
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
512
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
513
+
514
+ * * *
515
+
516
+ The complete list of contributors can be found at:
517
+ - https://github.com/garycourt/uri-js/graphs/contributors
518
+
519
+ ## json-schema-traverse@1.0.0
520
+
521
+ Source: git+https://github.com/epoberezkin/json-schema-traverse.git
522
+ License: MIT
523
+ License file: LICENSE
524
+
525
+ MIT License
526
+
527
+ Copyright (c) 2017 Evgeny Poberezkin
528
+
529
+ Permission is hereby granted, free of charge, to any person obtaining a copy
530
+ of this software and associated documentation files (the "Software"), to deal
531
+ in the Software without restriction, including without limitation the rights
532
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
533
+ copies of the Software, and to permit persons to whom the Software is
534
+ furnished to do so, subject to the following conditions:
535
+
536
+ The above copyright notice and this permission notice shall be included in all
537
+ copies or substantial portions of the Software.
538
+
539
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
540
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
541
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
542
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
543
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
544
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
545
+ SOFTWARE.
546
+
547
+ ## pkce-challenge@5.0.1
548
+
549
+ Source: git+https://github.com/crouchcd/pkce-challenge.git
550
+ License: MIT
551
+ License file: LICENSE
552
+
553
+ MIT License
554
+
555
+ Copyright (c) 2019
556
+
557
+ Permission is hereby granted, free of charge, to any person obtaining a copy
558
+ of this software and associated documentation files (the "Software"), to deal
559
+ in the Software without restriction, including without limitation the rights
560
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
561
+ copies of the Software, and to permit persons to whom the Software is
562
+ furnished to do so, subject to the following conditions:
563
+
564
+ The above copyright notice and this permission notice shall be included in all
565
+ copies or substantial portions of the Software.
566
+
567
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
568
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
569
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
570
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
571
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
572
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
573
+ SOFTWARE.
574
+
575
+ ## readdirp@4.1.2
576
+
577
+ Source: git://github.com/paulmillr/readdirp.git
578
+ License: MIT
579
+ License file: LICENSE
580
+
581
+ MIT License
582
+
583
+ Copyright (c) 2012-2019 Thorsten Lorenz, Paul Miller (https://paulmillr.com)
584
+
585
+ Permission is hereby granted, free of charge, to any person obtaining a copy
586
+ of this software and associated documentation files (the "Software"), to deal
587
+ in the Software without restriction, including without limitation the rights
588
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
589
+ copies of the Software, and to permit persons to whom the Software is
590
+ furnished to do so, subject to the following conditions:
591
+
592
+ The above copyright notice and this permission notice shall be included in all
593
+ copies or substantial portions of the Software.
594
+
595
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
596
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
597
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
598
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
599
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
600
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
601
+ SOFTWARE.
602
+
603
+ ## yaml@2.9.0
604
+
605
+ Source: github:eemeli/yaml
606
+ License: ISC
607
+ License file: LICENSE
608
+
609
+ Copyright Eemeli Aro <eemeli@gmail.com>
610
+
611
+ Permission to use, copy, modify, and/or distribute this software for any purpose
612
+ with or without fee is hereby granted, provided that the above copyright notice
613
+ and this permission notice appear in all copies.
614
+
615
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
616
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
617
+ FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
618
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
619
+ OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
620
+ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
621
+ THIS SOFTWARE.
622
+
623
+ ## zod-to-json-schema@3.25.2
624
+
625
+ Source: https://github.com/StefanTerdell/zod-to-json-schema
626
+ License: ISC
627
+ License file: LICENSE
628
+
629
+ ISC License
630
+
631
+ Copyright (c) 2020, Stefan Terdell
632
+
633
+ Permission to use, copy, modify, and/or distribute this software for any
634
+ purpose with or without fee is hereby granted, provided that the above
635
+ copyright notice and this permission notice appear in all copies.
636
+
637
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
638
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
639
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
640
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
641
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
642
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
643
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
644
+
645
+ ## zod@4.4.3
646
+
647
+ Source: git+https://github.com/colinhacks/zod.git
648
+ License: MIT
649
+ License file: LICENSE
650
+
651
+ MIT License
652
+
653
+ Copyright (c) 2025 Colin McDonnell
654
+
655
+ Permission is hereby granted, free of charge, to any person obtaining a copy
656
+ of this software and associated documentation files (the "Software"), to deal
657
+ in the Software without restriction, including without limitation the rights
658
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
659
+ copies of the Software, and to permit persons to whom the Software is
660
+ furnished to do so, subject to the following conditions:
661
+
662
+ The above copyright notice and this permission notice shall be included in all
663
+ copies or substantial portions of the Software.
664
+
665
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
666
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
667
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
668
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
669
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
670
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
671
+ SOFTWARE.
@@ -0,0 +1,5 @@
1
+ - insert:
2
+ - id: dsh-sag
3
+ name: '@zleap-ai/dsh-sag'
4
+ config:
5
+ mode: local