@huggingface/tasks 0.21.9 → 0.21.11
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.
- package/dist/commonjs/agent-harnesses.d.ts +66 -4
- package/dist/commonjs/agent-harnesses.d.ts.map +1 -1
- package/dist/commonjs/agent-harnesses.js +62 -13
- package/dist/commonjs/model-libraries.d.ts +8 -1
- package/dist/commonjs/model-libraries.d.ts.map +1 -1
- package/dist/commonjs/model-libraries.js +7 -0
- package/dist/esm/agent-harnesses.d.ts +66 -4
- package/dist/esm/agent-harnesses.d.ts.map +1 -1
- package/dist/esm/agent-harnesses.js +62 -13
- package/dist/esm/model-libraries.d.ts +8 -1
- package/dist/esm/model-libraries.d.ts.map +1 -1
- package/dist/esm/model-libraries.js +7 -0
- package/package.json +1 -1
- package/src/agent-harnesses.ts +62 -13
- package/src/model-libraries.ts +7 -0
|
@@ -108,20 +108,22 @@ export declare const AGENT_HARNESSES: {
|
|
|
108
108
|
CODEX_THREAD_ID: string;
|
|
109
109
|
};
|
|
110
110
|
};
|
|
111
|
-
|
|
111
|
+
crush: {
|
|
112
112
|
prettyLabel: string;
|
|
113
|
+
repoUrl: string;
|
|
113
114
|
docsUrl: string;
|
|
114
115
|
description: string;
|
|
115
116
|
envVars: {
|
|
116
|
-
|
|
117
|
+
CRUSH: string;
|
|
117
118
|
};
|
|
118
119
|
};
|
|
119
|
-
|
|
120
|
+
"gemini-cli": {
|
|
120
121
|
prettyLabel: string;
|
|
122
|
+
repoUrl: string;
|
|
121
123
|
docsUrl: string;
|
|
122
124
|
description: string;
|
|
123
125
|
envVars: {
|
|
124
|
-
|
|
126
|
+
GEMINI_CLI: string;
|
|
125
127
|
};
|
|
126
128
|
};
|
|
127
129
|
"github-copilot": {
|
|
@@ -143,6 +145,32 @@ export declare const AGENT_HARNESSES: {
|
|
|
143
145
|
GOOSE_TERMINAL: string;
|
|
144
146
|
};
|
|
145
147
|
};
|
|
148
|
+
"hermes-agent": {
|
|
149
|
+
prettyLabel: string;
|
|
150
|
+
repoUrl: string;
|
|
151
|
+
docsUrl: string;
|
|
152
|
+
description: string;
|
|
153
|
+
envVars: {
|
|
154
|
+
HERMES_SESSION_ID: string;
|
|
155
|
+
};
|
|
156
|
+
};
|
|
157
|
+
"kilo-code": {
|
|
158
|
+
prettyLabel: string;
|
|
159
|
+
repoUrl: string;
|
|
160
|
+
docsUrl: string;
|
|
161
|
+
description: string;
|
|
162
|
+
envVars: {
|
|
163
|
+
KILOCODE_FEATURE: string;
|
|
164
|
+
};
|
|
165
|
+
};
|
|
166
|
+
kiro: {
|
|
167
|
+
prettyLabel: string;
|
|
168
|
+
docsUrl: string;
|
|
169
|
+
description: string;
|
|
170
|
+
envVars: {
|
|
171
|
+
AGENT_CONTEXT_OUT: string;
|
|
172
|
+
};
|
|
173
|
+
};
|
|
146
174
|
openclaw: {
|
|
147
175
|
prettyLabel: string;
|
|
148
176
|
repoUrl: string;
|
|
@@ -186,6 +214,40 @@ export declare const AGENT_HARNESSES: {
|
|
|
186
214
|
TRAE_AI_SHELL_ID: string;
|
|
187
215
|
};
|
|
188
216
|
};
|
|
217
|
+
warp: {
|
|
218
|
+
prettyLabel: string;
|
|
219
|
+
repoUrl: string;
|
|
220
|
+
docsUrl: string;
|
|
221
|
+
description: string;
|
|
222
|
+
envVars: {
|
|
223
|
+
TERM_PROGRAM: string;
|
|
224
|
+
};
|
|
225
|
+
};
|
|
226
|
+
zed: {
|
|
227
|
+
prettyLabel: string;
|
|
228
|
+
repoUrl: string;
|
|
229
|
+
docsUrl: string;
|
|
230
|
+
description: string;
|
|
231
|
+
envVars: {
|
|
232
|
+
ZED_TERM: string;
|
|
233
|
+
};
|
|
234
|
+
};
|
|
235
|
+
"cursor-cli": {
|
|
236
|
+
prettyLabel: string;
|
|
237
|
+
docsUrl: string;
|
|
238
|
+
description: string;
|
|
239
|
+
envVars: {
|
|
240
|
+
CURSOR_AGENT: string;
|
|
241
|
+
};
|
|
242
|
+
};
|
|
243
|
+
cursor: {
|
|
244
|
+
prettyLabel: string;
|
|
245
|
+
docsUrl: string;
|
|
246
|
+
description: string;
|
|
247
|
+
envVars: {
|
|
248
|
+
CURSOR_TRACE_ID: string;
|
|
249
|
+
};
|
|
250
|
+
};
|
|
189
251
|
devin: {
|
|
190
252
|
prettyLabel: string;
|
|
191
253
|
docsUrl: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"agent-harnesses.d.ts","sourceRoot":"","sources":["../../src/agent-harnesses.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,MAAM,WAAW,YAAY;IAC5B;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;;;;;;;OAUG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACjC;AAED;;;;;GAKG;AACH,eAAO,MAAM,uBAAuB,gCAAiC,CAAC;AAEtE;;;;;;;;;GASG;AACH,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"agent-harnesses.d.ts","sourceRoot":"","sources":["../../src/agent-harnesses.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,MAAM,WAAW,YAAY;IAC5B;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;;;;;;;OAUG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACjC;AAED;;;;;GAKG;AACH,eAAO,MAAM,uBAAuB,gCAAiC,CAAC;AAEtE;;;;;;;;;GASG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4JY,CAAC;AAGzC,MAAM,MAAM,eAAe,GAAG,MAAM,OAAO,eAAe,CAAC"}
|
|
@@ -60,19 +60,19 @@ exports.AGENT_HARNESSES = {
|
|
|
60
60
|
description: "OpenAI's lightweight coding agent that runs in your terminal.",
|
|
61
61
|
envVars: { CODEX_SANDBOX: "*", CODEX_CI: "*", CODEX_THREAD_ID: "*" },
|
|
62
62
|
},
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
docsUrl: "https://
|
|
74
|
-
description: "AI
|
|
75
|
-
envVars: {
|
|
63
|
+
crush: {
|
|
64
|
+
prettyLabel: "Crush",
|
|
65
|
+
repoUrl: "https://github.com/charmbracelet/crush",
|
|
66
|
+
docsUrl: "https://github.com/charmbracelet/crush",
|
|
67
|
+
description: "Charm's open-source AI coding agent for the terminal.",
|
|
68
|
+
envVars: { CRUSH: "*" },
|
|
69
|
+
},
|
|
70
|
+
"gemini-cli": {
|
|
71
|
+
prettyLabel: "Gemini CLI",
|
|
72
|
+
repoUrl: "https://github.com/google-gemini/gemini-cli",
|
|
73
|
+
docsUrl: "https://geminicli.com",
|
|
74
|
+
description: "Google's open-source terminal AI coding agent powered by Gemini models.",
|
|
75
|
+
envVars: { GEMINI_CLI: "*" },
|
|
76
76
|
},
|
|
77
77
|
"github-copilot": {
|
|
78
78
|
prettyLabel: "GitHub Copilot",
|
|
@@ -87,6 +87,26 @@ exports.AGENT_HARNESSES = {
|
|
|
87
87
|
description: "Open-source, extensible AI agent, originally from Block and now part of the Agentic AI Foundation.",
|
|
88
88
|
envVars: { GOOSE_TERMINAL: "*" },
|
|
89
89
|
},
|
|
90
|
+
"hermes-agent": {
|
|
91
|
+
prettyLabel: "Hermes Agent",
|
|
92
|
+
repoUrl: "https://github.com/NousResearch/hermes-agent",
|
|
93
|
+
docsUrl: "https://hermes-agent.nousresearch.com/docs",
|
|
94
|
+
description: "Nous Research's self-improving, multi-provider terminal AI agent.",
|
|
95
|
+
envVars: { HERMES_SESSION_ID: "*" },
|
|
96
|
+
},
|
|
97
|
+
"kilo-code": {
|
|
98
|
+
prettyLabel: "Kilo Code",
|
|
99
|
+
repoUrl: "https://github.com/Kilo-Org/kilocode",
|
|
100
|
+
docsUrl: "https://kilocode.ai/docs",
|
|
101
|
+
description: "Open-source agentic coding agent for VS Code, JetBrains, and the terminal.",
|
|
102
|
+
envVars: { KILOCODE_FEATURE: "*" },
|
|
103
|
+
},
|
|
104
|
+
kiro: {
|
|
105
|
+
prettyLabel: "Kiro",
|
|
106
|
+
docsUrl: "https://kiro.dev",
|
|
107
|
+
description: "AWS's agentic IDE for spec-driven AI software development.",
|
|
108
|
+
envVars: { AGENT_CONTEXT_OUT: "*" },
|
|
109
|
+
},
|
|
90
110
|
openclaw: {
|
|
91
111
|
prettyLabel: "OpenClaw",
|
|
92
112
|
repoUrl: "https://github.com/openclaw/openclaw",
|
|
@@ -120,6 +140,35 @@ exports.AGENT_HARNESSES = {
|
|
|
120
140
|
description: "AI-powered IDE from ByteDance.",
|
|
121
141
|
envVars: { TRAE_AI_SHELL_ID: "*" },
|
|
122
142
|
},
|
|
143
|
+
warp: {
|
|
144
|
+
prettyLabel: "Warp",
|
|
145
|
+
repoUrl: "https://github.com/warpdotdev/Warp",
|
|
146
|
+
docsUrl: "https://docs.warp.dev",
|
|
147
|
+
description: "AI-powered terminal with an agentic Agent Mode.",
|
|
148
|
+
envVars: { TERM_PROGRAM: "WarpTerminal" },
|
|
149
|
+
},
|
|
150
|
+
zed: {
|
|
151
|
+
prettyLabel: "Zed",
|
|
152
|
+
repoUrl: "https://github.com/zed-industries/zed",
|
|
153
|
+
docsUrl: "https://zed.dev",
|
|
154
|
+
description: "High-performance code editor with an integrated AI agent panel and terminal.",
|
|
155
|
+
envVars: { ZED_TERM: "*" },
|
|
156
|
+
},
|
|
157
|
+
"cursor-cli": {
|
|
158
|
+
// Kept near the bottom (and before `cursor`): when another agent runs inside the Cursor editor's terminal,
|
|
159
|
+
// its child processes inherit `CURSOR_TRACE_ID`, so `cursor` must stay a low-priority fallback and lose to
|
|
160
|
+
// the agent's own marker. `cursor-cli` is the more specific Cursor signal (`CURSOR_AGENT`), so it comes first.
|
|
161
|
+
prettyLabel: "Cursor CLI",
|
|
162
|
+
docsUrl: "https://cursor.com/docs/cli/overview",
|
|
163
|
+
description: "Cursor's coding agent for the command line.",
|
|
164
|
+
envVars: { CURSOR_AGENT: "*" },
|
|
165
|
+
},
|
|
166
|
+
cursor: {
|
|
167
|
+
prettyLabel: "Cursor",
|
|
168
|
+
docsUrl: "https://cursor.com",
|
|
169
|
+
description: "AI-powered code editor.",
|
|
170
|
+
envVars: { CURSOR_TRACE_ID: "*" },
|
|
171
|
+
},
|
|
123
172
|
devin: {
|
|
124
173
|
prettyLabel: "Devin",
|
|
125
174
|
docsUrl: "https://devin.ai",
|
|
@@ -246,6 +246,13 @@ export declare const MODEL_LIBRARIES_UI_ELEMENTS: {
|
|
|
246
246
|
filter: false;
|
|
247
247
|
countDownloads: string;
|
|
248
248
|
};
|
|
249
|
+
chexmix: {
|
|
250
|
+
prettyLabel: string;
|
|
251
|
+
repoName: string;
|
|
252
|
+
repoUrl: string;
|
|
253
|
+
filter: false;
|
|
254
|
+
countDownloads: string;
|
|
255
|
+
};
|
|
249
256
|
"chronos-forecasting": {
|
|
250
257
|
prettyLabel: string;
|
|
251
258
|
repoName: string;
|
|
@@ -1673,5 +1680,5 @@ export declare const MODEL_LIBRARIES_UI_ELEMENTS: {
|
|
|
1673
1680
|
};
|
|
1674
1681
|
export type ModelLibraryKey = keyof typeof MODEL_LIBRARIES_UI_ELEMENTS;
|
|
1675
1682
|
export declare const ALL_MODEL_LIBRARY_KEYS: ModelLibraryKey[];
|
|
1676
|
-
export declare const ALL_DISPLAY_MODEL_LIBRARY_KEYS: ("acestep" | "adapter-transformers" | "allennlp" | "anemoi" | "araclip" | "aviation-ner" | "asteroid" | "audiocraft" | "audioseal" | "bagel-mot" | "bboxmaskpose" | "ben2" | "bertopic" | "big_vision" | "bionemo" | "birder" | "birefnet" | "bm25s" | "boltzgen" | "cancertathomev2" | "cartesia_pytorch" | "cartesia_mlx" | "champ" | "chatterbox" | "chaossim" | "chat_tts" | "chronos-forecasting" | "clara" | "clipscope" | "cloud-agents" | "collectorvision" | "colipri" | "cosyvoice" | "cotracker" | "colpali" | "comet" | "cosmos" | "cxr-foundation" | "deepforest" | "depth-anything-v2" | "depth-pro" | "derm-foundation" | "describe-anything" | "dia-tts" | "dia2" | "diff-interpretation-tuning" | "diffree" | "diffusers" | "diffusionkit" | "docking-at-home" | "doctr" | "edsnlp" | "elm" | "encoderfile" | "espnet" | "eupe" | "fairseq" | "fastai" | "fastprint" | "fasttext" | "fixer" | "flair" | "fme" | "gemma.cpp" | "geometry-crafter" | "gliner" | "gliner2" | "glm-tts" | "glyph-byt5" | "granite-library" | "grok" | "habibi-tts" | "hallo" | "hermes" | "holomotion" | "hezar" | "htrflow" | "hunyuan-dit" | "hunyuan3d-2" | "hunyuanworld-voyager" | "hy-worldplay" | "hy-world-2" | "image-matching-models" | "imstoucan" | "index-tts" | "infinitetalk" | "infinite-you" | "intellifold" | "ising-decoding" | "keras" | "tf-keras" | "keras-hub" | "kernels" | "kimi-audio" | "kittentts" | "kronos" | "k2" | "lyra-2.0" | "lagernvs" | "lightning-ir" | "litert" | "litert-lm" | "lerobot" | "lightglue" | "liveportrait" | "longcat-video-avatar-1.5" | "llama-cpp-python" | "mini-omni2" | "mindspore" | "magi-1" | "magenta-realtime" | "magenta-realtime-2" | "mamba-ssm" | "manas-1" | "mars5-tts" | "matanyone" | "mesh-anything" | "merlin" | "medvae" | "mitie" | "ml-agents" | "ml-sharp" | "mlx" | "mlx-image" | "mlc-llm" | "model2vec" | "moshi" | "mtvcraft" | "multimolecule" | "nemo" | "nv-medtech" | "open-oasis" | "open_clip" | "openpeerllm" | "open-sora" | "outetts" | "paddlenlp" | "PaddleOCR" | "peft" | "perception-encoder" | "phantom-wan" | "pocket-tts" | "pruna-ai" | "pxia" | "pyannote-audio" | "py-feat" | "pythae" | "quantumpeer" | "qwen3_tts" | "recurrentgemma" | "relik" | "refiners" | "renderformer" | "reverb" | "rkllm" | "robo-orchard-lab" | "saelens" | "sam2" | "sam-3d-body" | "sam-3d-objects" | "same" | "sample-factory" | "sap-rpt-1-oss" | "sapiens" | "sapiens2" | "seedvr" | "self-forcing" | "sentence-transformers" | "setfit" | "sklearn" | "spacy" | "span-marker" | "speechbrain" | "ssr-speech" | "stable-audio-3" | "stable-audio-tools" | "monkeyocr" | "diffusion-single-file" | "seed-story" | "skala" | "soloaudio" | "songbloom" | "stable-baselines3" | "stanza" | "supertonic" | "swarmformer" | "synthefy-migas" | "f5-tts" | "genmo" | "tencent-song-generation" | "tensorflowtts" | "tensorrt" | "tabpfn" | "terratorch" | "tic-clip" | "timesfm" | "timm" | "tirex" | "torchgeo" | "transformers" | "transformers.js" | "trellis" | "trellis2" | "ultralytics" | "univa" | "uni-3dar" | "unity-sentis" | "sana" | "videoprism" | "vfi-mamba" | "vismatch" | "lvface" | "voicecraft" | "voxcpm" | "vui" | "vibevoice" | "videox_fun" | "wan2.2" | "wham" | "whisperkit" | "yolov10" | "yolov26" | "zonos" | "3dtopia-xl")[];
|
|
1683
|
+
export declare const ALL_DISPLAY_MODEL_LIBRARY_KEYS: ("acestep" | "adapter-transformers" | "allennlp" | "anemoi" | "araclip" | "aviation-ner" | "asteroid" | "audiocraft" | "audioseal" | "bagel-mot" | "bboxmaskpose" | "ben2" | "bertopic" | "big_vision" | "bionemo" | "birder" | "birefnet" | "bm25s" | "boltzgen" | "cancertathomev2" | "cartesia_pytorch" | "cartesia_mlx" | "champ" | "chatterbox" | "chaossim" | "chat_tts" | "chexmix" | "chronos-forecasting" | "clara" | "clipscope" | "cloud-agents" | "collectorvision" | "colipri" | "cosyvoice" | "cotracker" | "colpali" | "comet" | "cosmos" | "cxr-foundation" | "deepforest" | "depth-anything-v2" | "depth-pro" | "derm-foundation" | "describe-anything" | "dia-tts" | "dia2" | "diff-interpretation-tuning" | "diffree" | "diffusers" | "diffusionkit" | "docking-at-home" | "doctr" | "edsnlp" | "elm" | "encoderfile" | "espnet" | "eupe" | "fairseq" | "fastai" | "fastprint" | "fasttext" | "fixer" | "flair" | "fme" | "gemma.cpp" | "geometry-crafter" | "gliner" | "gliner2" | "glm-tts" | "glyph-byt5" | "granite-library" | "grok" | "habibi-tts" | "hallo" | "hermes" | "holomotion" | "hezar" | "htrflow" | "hunyuan-dit" | "hunyuan3d-2" | "hunyuanworld-voyager" | "hy-worldplay" | "hy-world-2" | "image-matching-models" | "imstoucan" | "index-tts" | "infinitetalk" | "infinite-you" | "intellifold" | "ising-decoding" | "keras" | "tf-keras" | "keras-hub" | "kernels" | "kimi-audio" | "kittentts" | "kronos" | "k2" | "lyra-2.0" | "lagernvs" | "lightning-ir" | "litert" | "litert-lm" | "lerobot" | "lightglue" | "liveportrait" | "longcat-video-avatar-1.5" | "llama-cpp-python" | "mini-omni2" | "mindspore" | "magi-1" | "magenta-realtime" | "magenta-realtime-2" | "mamba-ssm" | "manas-1" | "mars5-tts" | "matanyone" | "mesh-anything" | "merlin" | "medvae" | "mitie" | "ml-agents" | "ml-sharp" | "mlx" | "mlx-image" | "mlc-llm" | "model2vec" | "moshi" | "mtvcraft" | "multimolecule" | "nemo" | "nv-medtech" | "open-oasis" | "open_clip" | "openpeerllm" | "open-sora" | "outetts" | "paddlenlp" | "PaddleOCR" | "peft" | "perception-encoder" | "phantom-wan" | "pocket-tts" | "pruna-ai" | "pxia" | "pyannote-audio" | "py-feat" | "pythae" | "quantumpeer" | "qwen3_tts" | "recurrentgemma" | "relik" | "refiners" | "renderformer" | "reverb" | "rkllm" | "robo-orchard-lab" | "saelens" | "sam2" | "sam-3d-body" | "sam-3d-objects" | "same" | "sample-factory" | "sap-rpt-1-oss" | "sapiens" | "sapiens2" | "seedvr" | "self-forcing" | "sentence-transformers" | "setfit" | "sklearn" | "spacy" | "span-marker" | "speechbrain" | "ssr-speech" | "stable-audio-3" | "stable-audio-tools" | "monkeyocr" | "diffusion-single-file" | "seed-story" | "skala" | "soloaudio" | "songbloom" | "stable-baselines3" | "stanza" | "supertonic" | "swarmformer" | "synthefy-migas" | "f5-tts" | "genmo" | "tencent-song-generation" | "tensorflowtts" | "tensorrt" | "tabpfn" | "terratorch" | "tic-clip" | "timesfm" | "timm" | "tirex" | "torchgeo" | "transformers" | "transformers.js" | "trellis" | "trellis2" | "ultralytics" | "univa" | "uni-3dar" | "unity-sentis" | "sana" | "videoprism" | "vfi-mamba" | "vismatch" | "lvface" | "voicecraft" | "voxcpm" | "vui" | "vibevoice" | "videox_fun" | "wan2.2" | "wham" | "whisperkit" | "yolov10" | "yolov26" | "zonos" | "3dtopia-xl")[];
|
|
1677
1684
|
//# sourceMappingURL=model-libraries.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"model-libraries.d.ts","sourceRoot":"","sources":["../../src/model-libraries.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AAEzE;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAChC;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,SAAS,KAAK,MAAM,EAAE,CAAC;IAC1C;;;;;OAKG;IACH,cAAc,CAAC,EAAE,kBAAkB,CAAC;IACpC;;;OAGG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;CACjB;AAED;;;;;;;;;;;;;GAaG;AAEH,eAAO,MAAM,2BAA2B
|
|
1
|
+
{"version":3,"file":"model-libraries.d.ts","sourceRoot":"","sources":["../../src/model-libraries.ts"],"names":[],"mappings":"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"}
|
|
@@ -242,6 +242,13 @@ exports.MODEL_LIBRARIES_UI_ELEMENTS = {
|
|
|
242
242
|
filter: false,
|
|
243
243
|
countDownloads: `path:"asset/GPT.pt"`,
|
|
244
244
|
},
|
|
245
|
+
chexmix: {
|
|
246
|
+
prettyLabel: "CheXmix",
|
|
247
|
+
repoName: "CheXmix",
|
|
248
|
+
repoUrl: "https://github.com/StanfordMIMI/CheXmix",
|
|
249
|
+
filter: false,
|
|
250
|
+
countDownloads: `path_extension:"safetensors"`,
|
|
251
|
+
},
|
|
245
252
|
"chronos-forecasting": {
|
|
246
253
|
prettyLabel: "Chronos",
|
|
247
254
|
repoName: "Chronos",
|
|
@@ -108,20 +108,22 @@ export declare const AGENT_HARNESSES: {
|
|
|
108
108
|
CODEX_THREAD_ID: string;
|
|
109
109
|
};
|
|
110
110
|
};
|
|
111
|
-
|
|
111
|
+
crush: {
|
|
112
112
|
prettyLabel: string;
|
|
113
|
+
repoUrl: string;
|
|
113
114
|
docsUrl: string;
|
|
114
115
|
description: string;
|
|
115
116
|
envVars: {
|
|
116
|
-
|
|
117
|
+
CRUSH: string;
|
|
117
118
|
};
|
|
118
119
|
};
|
|
119
|
-
|
|
120
|
+
"gemini-cli": {
|
|
120
121
|
prettyLabel: string;
|
|
122
|
+
repoUrl: string;
|
|
121
123
|
docsUrl: string;
|
|
122
124
|
description: string;
|
|
123
125
|
envVars: {
|
|
124
|
-
|
|
126
|
+
GEMINI_CLI: string;
|
|
125
127
|
};
|
|
126
128
|
};
|
|
127
129
|
"github-copilot": {
|
|
@@ -143,6 +145,32 @@ export declare const AGENT_HARNESSES: {
|
|
|
143
145
|
GOOSE_TERMINAL: string;
|
|
144
146
|
};
|
|
145
147
|
};
|
|
148
|
+
"hermes-agent": {
|
|
149
|
+
prettyLabel: string;
|
|
150
|
+
repoUrl: string;
|
|
151
|
+
docsUrl: string;
|
|
152
|
+
description: string;
|
|
153
|
+
envVars: {
|
|
154
|
+
HERMES_SESSION_ID: string;
|
|
155
|
+
};
|
|
156
|
+
};
|
|
157
|
+
"kilo-code": {
|
|
158
|
+
prettyLabel: string;
|
|
159
|
+
repoUrl: string;
|
|
160
|
+
docsUrl: string;
|
|
161
|
+
description: string;
|
|
162
|
+
envVars: {
|
|
163
|
+
KILOCODE_FEATURE: string;
|
|
164
|
+
};
|
|
165
|
+
};
|
|
166
|
+
kiro: {
|
|
167
|
+
prettyLabel: string;
|
|
168
|
+
docsUrl: string;
|
|
169
|
+
description: string;
|
|
170
|
+
envVars: {
|
|
171
|
+
AGENT_CONTEXT_OUT: string;
|
|
172
|
+
};
|
|
173
|
+
};
|
|
146
174
|
openclaw: {
|
|
147
175
|
prettyLabel: string;
|
|
148
176
|
repoUrl: string;
|
|
@@ -186,6 +214,40 @@ export declare const AGENT_HARNESSES: {
|
|
|
186
214
|
TRAE_AI_SHELL_ID: string;
|
|
187
215
|
};
|
|
188
216
|
};
|
|
217
|
+
warp: {
|
|
218
|
+
prettyLabel: string;
|
|
219
|
+
repoUrl: string;
|
|
220
|
+
docsUrl: string;
|
|
221
|
+
description: string;
|
|
222
|
+
envVars: {
|
|
223
|
+
TERM_PROGRAM: string;
|
|
224
|
+
};
|
|
225
|
+
};
|
|
226
|
+
zed: {
|
|
227
|
+
prettyLabel: string;
|
|
228
|
+
repoUrl: string;
|
|
229
|
+
docsUrl: string;
|
|
230
|
+
description: string;
|
|
231
|
+
envVars: {
|
|
232
|
+
ZED_TERM: string;
|
|
233
|
+
};
|
|
234
|
+
};
|
|
235
|
+
"cursor-cli": {
|
|
236
|
+
prettyLabel: string;
|
|
237
|
+
docsUrl: string;
|
|
238
|
+
description: string;
|
|
239
|
+
envVars: {
|
|
240
|
+
CURSOR_AGENT: string;
|
|
241
|
+
};
|
|
242
|
+
};
|
|
243
|
+
cursor: {
|
|
244
|
+
prettyLabel: string;
|
|
245
|
+
docsUrl: string;
|
|
246
|
+
description: string;
|
|
247
|
+
envVars: {
|
|
248
|
+
CURSOR_TRACE_ID: string;
|
|
249
|
+
};
|
|
250
|
+
};
|
|
189
251
|
devin: {
|
|
190
252
|
prettyLabel: string;
|
|
191
253
|
docsUrl: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"agent-harnesses.d.ts","sourceRoot":"","sources":["../../src/agent-harnesses.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,MAAM,WAAW,YAAY;IAC5B;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;;;;;;;OAUG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACjC;AAED;;;;;GAKG;AACH,eAAO,MAAM,uBAAuB,gCAAiC,CAAC;AAEtE;;;;;;;;;GASG;AACH,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"agent-harnesses.d.ts","sourceRoot":"","sources":["../../src/agent-harnesses.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,MAAM,WAAW,YAAY;IAC5B;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;;;;;;;OAUG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACjC;AAED;;;;;GAKG;AACH,eAAO,MAAM,uBAAuB,gCAAiC,CAAC;AAEtE;;;;;;;;;GASG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4JY,CAAC;AAGzC,MAAM,MAAM,eAAe,GAAG,MAAM,OAAO,eAAe,CAAC"}
|
|
@@ -57,19 +57,19 @@ export const AGENT_HARNESSES = {
|
|
|
57
57
|
description: "OpenAI's lightweight coding agent that runs in your terminal.",
|
|
58
58
|
envVars: { CODEX_SANDBOX: "*", CODEX_CI: "*", CODEX_THREAD_ID: "*" },
|
|
59
59
|
},
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
docsUrl: "https://
|
|
71
|
-
description: "AI
|
|
72
|
-
envVars: {
|
|
60
|
+
crush: {
|
|
61
|
+
prettyLabel: "Crush",
|
|
62
|
+
repoUrl: "https://github.com/charmbracelet/crush",
|
|
63
|
+
docsUrl: "https://github.com/charmbracelet/crush",
|
|
64
|
+
description: "Charm's open-source AI coding agent for the terminal.",
|
|
65
|
+
envVars: { CRUSH: "*" },
|
|
66
|
+
},
|
|
67
|
+
"gemini-cli": {
|
|
68
|
+
prettyLabel: "Gemini CLI",
|
|
69
|
+
repoUrl: "https://github.com/google-gemini/gemini-cli",
|
|
70
|
+
docsUrl: "https://geminicli.com",
|
|
71
|
+
description: "Google's open-source terminal AI coding agent powered by Gemini models.",
|
|
72
|
+
envVars: { GEMINI_CLI: "*" },
|
|
73
73
|
},
|
|
74
74
|
"github-copilot": {
|
|
75
75
|
prettyLabel: "GitHub Copilot",
|
|
@@ -84,6 +84,26 @@ export const AGENT_HARNESSES = {
|
|
|
84
84
|
description: "Open-source, extensible AI agent, originally from Block and now part of the Agentic AI Foundation.",
|
|
85
85
|
envVars: { GOOSE_TERMINAL: "*" },
|
|
86
86
|
},
|
|
87
|
+
"hermes-agent": {
|
|
88
|
+
prettyLabel: "Hermes Agent",
|
|
89
|
+
repoUrl: "https://github.com/NousResearch/hermes-agent",
|
|
90
|
+
docsUrl: "https://hermes-agent.nousresearch.com/docs",
|
|
91
|
+
description: "Nous Research's self-improving, multi-provider terminal AI agent.",
|
|
92
|
+
envVars: { HERMES_SESSION_ID: "*" },
|
|
93
|
+
},
|
|
94
|
+
"kilo-code": {
|
|
95
|
+
prettyLabel: "Kilo Code",
|
|
96
|
+
repoUrl: "https://github.com/Kilo-Org/kilocode",
|
|
97
|
+
docsUrl: "https://kilocode.ai/docs",
|
|
98
|
+
description: "Open-source agentic coding agent for VS Code, JetBrains, and the terminal.",
|
|
99
|
+
envVars: { KILOCODE_FEATURE: "*" },
|
|
100
|
+
},
|
|
101
|
+
kiro: {
|
|
102
|
+
prettyLabel: "Kiro",
|
|
103
|
+
docsUrl: "https://kiro.dev",
|
|
104
|
+
description: "AWS's agentic IDE for spec-driven AI software development.",
|
|
105
|
+
envVars: { AGENT_CONTEXT_OUT: "*" },
|
|
106
|
+
},
|
|
87
107
|
openclaw: {
|
|
88
108
|
prettyLabel: "OpenClaw",
|
|
89
109
|
repoUrl: "https://github.com/openclaw/openclaw",
|
|
@@ -117,6 +137,35 @@ export const AGENT_HARNESSES = {
|
|
|
117
137
|
description: "AI-powered IDE from ByteDance.",
|
|
118
138
|
envVars: { TRAE_AI_SHELL_ID: "*" },
|
|
119
139
|
},
|
|
140
|
+
warp: {
|
|
141
|
+
prettyLabel: "Warp",
|
|
142
|
+
repoUrl: "https://github.com/warpdotdev/Warp",
|
|
143
|
+
docsUrl: "https://docs.warp.dev",
|
|
144
|
+
description: "AI-powered terminal with an agentic Agent Mode.",
|
|
145
|
+
envVars: { TERM_PROGRAM: "WarpTerminal" },
|
|
146
|
+
},
|
|
147
|
+
zed: {
|
|
148
|
+
prettyLabel: "Zed",
|
|
149
|
+
repoUrl: "https://github.com/zed-industries/zed",
|
|
150
|
+
docsUrl: "https://zed.dev",
|
|
151
|
+
description: "High-performance code editor with an integrated AI agent panel and terminal.",
|
|
152
|
+
envVars: { ZED_TERM: "*" },
|
|
153
|
+
},
|
|
154
|
+
"cursor-cli": {
|
|
155
|
+
// Kept near the bottom (and before `cursor`): when another agent runs inside the Cursor editor's terminal,
|
|
156
|
+
// its child processes inherit `CURSOR_TRACE_ID`, so `cursor` must stay a low-priority fallback and lose to
|
|
157
|
+
// the agent's own marker. `cursor-cli` is the more specific Cursor signal (`CURSOR_AGENT`), so it comes first.
|
|
158
|
+
prettyLabel: "Cursor CLI",
|
|
159
|
+
docsUrl: "https://cursor.com/docs/cli/overview",
|
|
160
|
+
description: "Cursor's coding agent for the command line.",
|
|
161
|
+
envVars: { CURSOR_AGENT: "*" },
|
|
162
|
+
},
|
|
163
|
+
cursor: {
|
|
164
|
+
prettyLabel: "Cursor",
|
|
165
|
+
docsUrl: "https://cursor.com",
|
|
166
|
+
description: "AI-powered code editor.",
|
|
167
|
+
envVars: { CURSOR_TRACE_ID: "*" },
|
|
168
|
+
},
|
|
120
169
|
devin: {
|
|
121
170
|
prettyLabel: "Devin",
|
|
122
171
|
docsUrl: "https://devin.ai",
|
|
@@ -246,6 +246,13 @@ export declare const MODEL_LIBRARIES_UI_ELEMENTS: {
|
|
|
246
246
|
filter: false;
|
|
247
247
|
countDownloads: string;
|
|
248
248
|
};
|
|
249
|
+
chexmix: {
|
|
250
|
+
prettyLabel: string;
|
|
251
|
+
repoName: string;
|
|
252
|
+
repoUrl: string;
|
|
253
|
+
filter: false;
|
|
254
|
+
countDownloads: string;
|
|
255
|
+
};
|
|
249
256
|
"chronos-forecasting": {
|
|
250
257
|
prettyLabel: string;
|
|
251
258
|
repoName: string;
|
|
@@ -1673,5 +1680,5 @@ export declare const MODEL_LIBRARIES_UI_ELEMENTS: {
|
|
|
1673
1680
|
};
|
|
1674
1681
|
export type ModelLibraryKey = keyof typeof MODEL_LIBRARIES_UI_ELEMENTS;
|
|
1675
1682
|
export declare const ALL_MODEL_LIBRARY_KEYS: ModelLibraryKey[];
|
|
1676
|
-
export declare const ALL_DISPLAY_MODEL_LIBRARY_KEYS: ("acestep" | "adapter-transformers" | "allennlp" | "anemoi" | "araclip" | "aviation-ner" | "asteroid" | "audiocraft" | "audioseal" | "bagel-mot" | "bboxmaskpose" | "ben2" | "bertopic" | "big_vision" | "bionemo" | "birder" | "birefnet" | "bm25s" | "boltzgen" | "cancertathomev2" | "cartesia_pytorch" | "cartesia_mlx" | "champ" | "chatterbox" | "chaossim" | "chat_tts" | "chronos-forecasting" | "clara" | "clipscope" | "cloud-agents" | "collectorvision" | "colipri" | "cosyvoice" | "cotracker" | "colpali" | "comet" | "cosmos" | "cxr-foundation" | "deepforest" | "depth-anything-v2" | "depth-pro" | "derm-foundation" | "describe-anything" | "dia-tts" | "dia2" | "diff-interpretation-tuning" | "diffree" | "diffusers" | "diffusionkit" | "docking-at-home" | "doctr" | "edsnlp" | "elm" | "encoderfile" | "espnet" | "eupe" | "fairseq" | "fastai" | "fastprint" | "fasttext" | "fixer" | "flair" | "fme" | "gemma.cpp" | "geometry-crafter" | "gliner" | "gliner2" | "glm-tts" | "glyph-byt5" | "granite-library" | "grok" | "habibi-tts" | "hallo" | "hermes" | "holomotion" | "hezar" | "htrflow" | "hunyuan-dit" | "hunyuan3d-2" | "hunyuanworld-voyager" | "hy-worldplay" | "hy-world-2" | "image-matching-models" | "imstoucan" | "index-tts" | "infinitetalk" | "infinite-you" | "intellifold" | "ising-decoding" | "keras" | "tf-keras" | "keras-hub" | "kernels" | "kimi-audio" | "kittentts" | "kronos" | "k2" | "lyra-2.0" | "lagernvs" | "lightning-ir" | "litert" | "litert-lm" | "lerobot" | "lightglue" | "liveportrait" | "longcat-video-avatar-1.5" | "llama-cpp-python" | "mini-omni2" | "mindspore" | "magi-1" | "magenta-realtime" | "magenta-realtime-2" | "mamba-ssm" | "manas-1" | "mars5-tts" | "matanyone" | "mesh-anything" | "merlin" | "medvae" | "mitie" | "ml-agents" | "ml-sharp" | "mlx" | "mlx-image" | "mlc-llm" | "model2vec" | "moshi" | "mtvcraft" | "multimolecule" | "nemo" | "nv-medtech" | "open-oasis" | "open_clip" | "openpeerllm" | "open-sora" | "outetts" | "paddlenlp" | "PaddleOCR" | "peft" | "perception-encoder" | "phantom-wan" | "pocket-tts" | "pruna-ai" | "pxia" | "pyannote-audio" | "py-feat" | "pythae" | "quantumpeer" | "qwen3_tts" | "recurrentgemma" | "relik" | "refiners" | "renderformer" | "reverb" | "rkllm" | "robo-orchard-lab" | "saelens" | "sam2" | "sam-3d-body" | "sam-3d-objects" | "same" | "sample-factory" | "sap-rpt-1-oss" | "sapiens" | "sapiens2" | "seedvr" | "self-forcing" | "sentence-transformers" | "setfit" | "sklearn" | "spacy" | "span-marker" | "speechbrain" | "ssr-speech" | "stable-audio-3" | "stable-audio-tools" | "monkeyocr" | "diffusion-single-file" | "seed-story" | "skala" | "soloaudio" | "songbloom" | "stable-baselines3" | "stanza" | "supertonic" | "swarmformer" | "synthefy-migas" | "f5-tts" | "genmo" | "tencent-song-generation" | "tensorflowtts" | "tensorrt" | "tabpfn" | "terratorch" | "tic-clip" | "timesfm" | "timm" | "tirex" | "torchgeo" | "transformers" | "transformers.js" | "trellis" | "trellis2" | "ultralytics" | "univa" | "uni-3dar" | "unity-sentis" | "sana" | "videoprism" | "vfi-mamba" | "vismatch" | "lvface" | "voicecraft" | "voxcpm" | "vui" | "vibevoice" | "videox_fun" | "wan2.2" | "wham" | "whisperkit" | "yolov10" | "yolov26" | "zonos" | "3dtopia-xl")[];
|
|
1683
|
+
export declare const ALL_DISPLAY_MODEL_LIBRARY_KEYS: ("acestep" | "adapter-transformers" | "allennlp" | "anemoi" | "araclip" | "aviation-ner" | "asteroid" | "audiocraft" | "audioseal" | "bagel-mot" | "bboxmaskpose" | "ben2" | "bertopic" | "big_vision" | "bionemo" | "birder" | "birefnet" | "bm25s" | "boltzgen" | "cancertathomev2" | "cartesia_pytorch" | "cartesia_mlx" | "champ" | "chatterbox" | "chaossim" | "chat_tts" | "chexmix" | "chronos-forecasting" | "clara" | "clipscope" | "cloud-agents" | "collectorvision" | "colipri" | "cosyvoice" | "cotracker" | "colpali" | "comet" | "cosmos" | "cxr-foundation" | "deepforest" | "depth-anything-v2" | "depth-pro" | "derm-foundation" | "describe-anything" | "dia-tts" | "dia2" | "diff-interpretation-tuning" | "diffree" | "diffusers" | "diffusionkit" | "docking-at-home" | "doctr" | "edsnlp" | "elm" | "encoderfile" | "espnet" | "eupe" | "fairseq" | "fastai" | "fastprint" | "fasttext" | "fixer" | "flair" | "fme" | "gemma.cpp" | "geometry-crafter" | "gliner" | "gliner2" | "glm-tts" | "glyph-byt5" | "granite-library" | "grok" | "habibi-tts" | "hallo" | "hermes" | "holomotion" | "hezar" | "htrflow" | "hunyuan-dit" | "hunyuan3d-2" | "hunyuanworld-voyager" | "hy-worldplay" | "hy-world-2" | "image-matching-models" | "imstoucan" | "index-tts" | "infinitetalk" | "infinite-you" | "intellifold" | "ising-decoding" | "keras" | "tf-keras" | "keras-hub" | "kernels" | "kimi-audio" | "kittentts" | "kronos" | "k2" | "lyra-2.0" | "lagernvs" | "lightning-ir" | "litert" | "litert-lm" | "lerobot" | "lightglue" | "liveportrait" | "longcat-video-avatar-1.5" | "llama-cpp-python" | "mini-omni2" | "mindspore" | "magi-1" | "magenta-realtime" | "magenta-realtime-2" | "mamba-ssm" | "manas-1" | "mars5-tts" | "matanyone" | "mesh-anything" | "merlin" | "medvae" | "mitie" | "ml-agents" | "ml-sharp" | "mlx" | "mlx-image" | "mlc-llm" | "model2vec" | "moshi" | "mtvcraft" | "multimolecule" | "nemo" | "nv-medtech" | "open-oasis" | "open_clip" | "openpeerllm" | "open-sora" | "outetts" | "paddlenlp" | "PaddleOCR" | "peft" | "perception-encoder" | "phantom-wan" | "pocket-tts" | "pruna-ai" | "pxia" | "pyannote-audio" | "py-feat" | "pythae" | "quantumpeer" | "qwen3_tts" | "recurrentgemma" | "relik" | "refiners" | "renderformer" | "reverb" | "rkllm" | "robo-orchard-lab" | "saelens" | "sam2" | "sam-3d-body" | "sam-3d-objects" | "same" | "sample-factory" | "sap-rpt-1-oss" | "sapiens" | "sapiens2" | "seedvr" | "self-forcing" | "sentence-transformers" | "setfit" | "sklearn" | "spacy" | "span-marker" | "speechbrain" | "ssr-speech" | "stable-audio-3" | "stable-audio-tools" | "monkeyocr" | "diffusion-single-file" | "seed-story" | "skala" | "soloaudio" | "songbloom" | "stable-baselines3" | "stanza" | "supertonic" | "swarmformer" | "synthefy-migas" | "f5-tts" | "genmo" | "tencent-song-generation" | "tensorflowtts" | "tensorrt" | "tabpfn" | "terratorch" | "tic-clip" | "timesfm" | "timm" | "tirex" | "torchgeo" | "transformers" | "transformers.js" | "trellis" | "trellis2" | "ultralytics" | "univa" | "uni-3dar" | "unity-sentis" | "sana" | "videoprism" | "vfi-mamba" | "vismatch" | "lvface" | "voicecraft" | "voxcpm" | "vui" | "vibevoice" | "videox_fun" | "wan2.2" | "wham" | "whisperkit" | "yolov10" | "yolov26" | "zonos" | "3dtopia-xl")[];
|
|
1677
1684
|
//# sourceMappingURL=model-libraries.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"model-libraries.d.ts","sourceRoot":"","sources":["../../src/model-libraries.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AAEzE;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAChC;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,SAAS,KAAK,MAAM,EAAE,CAAC;IAC1C;;;;;OAKG;IACH,cAAc,CAAC,EAAE,kBAAkB,CAAC;IACpC;;;OAGG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;CACjB;AAED;;;;;;;;;;;;;GAaG;AAEH,eAAO,MAAM,2BAA2B
|
|
1
|
+
{"version":3,"file":"model-libraries.d.ts","sourceRoot":"","sources":["../../src/model-libraries.ts"],"names":[],"mappings":"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"}
|
|
@@ -206,6 +206,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
|
|
|
206
206
|
filter: false,
|
|
207
207
|
countDownloads: `path:"asset/GPT.pt"`,
|
|
208
208
|
},
|
|
209
|
+
chexmix: {
|
|
210
|
+
prettyLabel: "CheXmix",
|
|
211
|
+
repoName: "CheXmix",
|
|
212
|
+
repoUrl: "https://github.com/StanfordMIMI/CheXmix",
|
|
213
|
+
filter: false,
|
|
214
|
+
countDownloads: `path_extension:"safetensors"`,
|
|
215
|
+
},
|
|
209
216
|
"chronos-forecasting": {
|
|
210
217
|
prettyLabel: "Chronos",
|
|
211
218
|
repoName: "Chronos",
|
package/package.json
CHANGED
package/src/agent-harnesses.ts
CHANGED
|
@@ -96,19 +96,19 @@ export const AGENT_HARNESSES = {
|
|
|
96
96
|
description: "OpenAI's lightweight coding agent that runs in your terminal.",
|
|
97
97
|
envVars: { CODEX_SANDBOX: "*", CODEX_CI: "*", CODEX_THREAD_ID: "*" },
|
|
98
98
|
},
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
docsUrl: "https://
|
|
110
|
-
description: "AI
|
|
111
|
-
envVars: {
|
|
99
|
+
crush: {
|
|
100
|
+
prettyLabel: "Crush",
|
|
101
|
+
repoUrl: "https://github.com/charmbracelet/crush",
|
|
102
|
+
docsUrl: "https://github.com/charmbracelet/crush",
|
|
103
|
+
description: "Charm's open-source AI coding agent for the terminal.",
|
|
104
|
+
envVars: { CRUSH: "*" },
|
|
105
|
+
},
|
|
106
|
+
"gemini-cli": {
|
|
107
|
+
prettyLabel: "Gemini CLI",
|
|
108
|
+
repoUrl: "https://github.com/google-gemini/gemini-cli",
|
|
109
|
+
docsUrl: "https://geminicli.com",
|
|
110
|
+
description: "Google's open-source terminal AI coding agent powered by Gemini models.",
|
|
111
|
+
envVars: { GEMINI_CLI: "*" },
|
|
112
112
|
},
|
|
113
113
|
"github-copilot": {
|
|
114
114
|
prettyLabel: "GitHub Copilot",
|
|
@@ -123,6 +123,26 @@ export const AGENT_HARNESSES = {
|
|
|
123
123
|
description: "Open-source, extensible AI agent, originally from Block and now part of the Agentic AI Foundation.",
|
|
124
124
|
envVars: { GOOSE_TERMINAL: "*" },
|
|
125
125
|
},
|
|
126
|
+
"hermes-agent": {
|
|
127
|
+
prettyLabel: "Hermes Agent",
|
|
128
|
+
repoUrl: "https://github.com/NousResearch/hermes-agent",
|
|
129
|
+
docsUrl: "https://hermes-agent.nousresearch.com/docs",
|
|
130
|
+
description: "Nous Research's self-improving, multi-provider terminal AI agent.",
|
|
131
|
+
envVars: { HERMES_SESSION_ID: "*" },
|
|
132
|
+
},
|
|
133
|
+
"kilo-code": {
|
|
134
|
+
prettyLabel: "Kilo Code",
|
|
135
|
+
repoUrl: "https://github.com/Kilo-Org/kilocode",
|
|
136
|
+
docsUrl: "https://kilocode.ai/docs",
|
|
137
|
+
description: "Open-source agentic coding agent for VS Code, JetBrains, and the terminal.",
|
|
138
|
+
envVars: { KILOCODE_FEATURE: "*" },
|
|
139
|
+
},
|
|
140
|
+
kiro: {
|
|
141
|
+
prettyLabel: "Kiro",
|
|
142
|
+
docsUrl: "https://kiro.dev",
|
|
143
|
+
description: "AWS's agentic IDE for spec-driven AI software development.",
|
|
144
|
+
envVars: { AGENT_CONTEXT_OUT: "*" },
|
|
145
|
+
},
|
|
126
146
|
openclaw: {
|
|
127
147
|
prettyLabel: "OpenClaw",
|
|
128
148
|
repoUrl: "https://github.com/openclaw/openclaw",
|
|
@@ -156,6 +176,35 @@ export const AGENT_HARNESSES = {
|
|
|
156
176
|
description: "AI-powered IDE from ByteDance.",
|
|
157
177
|
envVars: { TRAE_AI_SHELL_ID: "*" },
|
|
158
178
|
},
|
|
179
|
+
warp: {
|
|
180
|
+
prettyLabel: "Warp",
|
|
181
|
+
repoUrl: "https://github.com/warpdotdev/Warp",
|
|
182
|
+
docsUrl: "https://docs.warp.dev",
|
|
183
|
+
description: "AI-powered terminal with an agentic Agent Mode.",
|
|
184
|
+
envVars: { TERM_PROGRAM: "WarpTerminal" },
|
|
185
|
+
},
|
|
186
|
+
zed: {
|
|
187
|
+
prettyLabel: "Zed",
|
|
188
|
+
repoUrl: "https://github.com/zed-industries/zed",
|
|
189
|
+
docsUrl: "https://zed.dev",
|
|
190
|
+
description: "High-performance code editor with an integrated AI agent panel and terminal.",
|
|
191
|
+
envVars: { ZED_TERM: "*" },
|
|
192
|
+
},
|
|
193
|
+
"cursor-cli": {
|
|
194
|
+
// Kept near the bottom (and before `cursor`): when another agent runs inside the Cursor editor's terminal,
|
|
195
|
+
// its child processes inherit `CURSOR_TRACE_ID`, so `cursor` must stay a low-priority fallback and lose to
|
|
196
|
+
// the agent's own marker. `cursor-cli` is the more specific Cursor signal (`CURSOR_AGENT`), so it comes first.
|
|
197
|
+
prettyLabel: "Cursor CLI",
|
|
198
|
+
docsUrl: "https://cursor.com/docs/cli/overview",
|
|
199
|
+
description: "Cursor's coding agent for the command line.",
|
|
200
|
+
envVars: { CURSOR_AGENT: "*" },
|
|
201
|
+
},
|
|
202
|
+
cursor: {
|
|
203
|
+
prettyLabel: "Cursor",
|
|
204
|
+
docsUrl: "https://cursor.com",
|
|
205
|
+
description: "AI-powered code editor.",
|
|
206
|
+
envVars: { CURSOR_TRACE_ID: "*" },
|
|
207
|
+
},
|
|
159
208
|
devin: {
|
|
160
209
|
prettyLabel: "Devin",
|
|
161
210
|
docsUrl: "https://devin.ai",
|
package/src/model-libraries.ts
CHANGED
|
@@ -250,6 +250,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
|
|
|
250
250
|
filter: false,
|
|
251
251
|
countDownloads: `path:"asset/GPT.pt"`,
|
|
252
252
|
},
|
|
253
|
+
chexmix: {
|
|
254
|
+
prettyLabel: "CheXmix",
|
|
255
|
+
repoName: "CheXmix",
|
|
256
|
+
repoUrl: "https://github.com/StanfordMIMI/CheXmix",
|
|
257
|
+
filter: false,
|
|
258
|
+
countDownloads: `path_extension:"safetensors"`,
|
|
259
|
+
},
|
|
253
260
|
"chronos-forecasting": {
|
|
254
261
|
prettyLabel: "Chronos",
|
|
255
262
|
repoName: "Chronos",
|