@huggingface/tasks 0.21.10 → 0.21.12

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.
@@ -108,20 +108,22 @@ export declare const AGENT_HARNESSES: {
108
108
  CODEX_THREAD_ID: string;
109
109
  };
110
110
  };
111
- "cursor-cli": {
111
+ crush: {
112
112
  prettyLabel: string;
113
+ repoUrl: string;
113
114
  docsUrl: string;
114
115
  description: string;
115
116
  envVars: {
116
- CURSOR_AGENT: string;
117
+ CRUSH: string;
117
118
  };
118
119
  };
119
- cursor: {
120
+ "gemini-cli": {
120
121
  prettyLabel: string;
122
+ repoUrl: string;
121
123
  docsUrl: string;
122
124
  description: string;
123
125
  envVars: {
124
- CURSOR_TRACE_ID: string;
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2GY,CAAC;AAGzC,MAAM,MAAM,eAAe,GAAG,MAAM,OAAO,eAAe,CAAC"}
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
- "cursor-cli": {
64
- // must stay before `cursor` so the more specific signal takes priority: when the CLI runs inside
65
- // the Cursor editor's terminal, child processes inherit `CURSOR_TRACE_ID` and the CLI sets `CURSOR_AGENT`.
66
- prettyLabel: "Cursor CLI",
67
- docsUrl: "https://cursor.com/docs/cli/overview",
68
- description: "Cursor's coding agent for the command line.",
69
- envVars: { CURSOR_AGENT: "*" },
70
- },
71
- cursor: {
72
- prettyLabel: "Cursor",
73
- docsUrl: "https://cursor.com",
74
- description: "AI-powered code editor.",
75
- envVars: { CURSOR_TRACE_ID: "*" },
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",
@@ -1 +1 @@
1
- {"version":3,"file":"hardware-amd.d.ts","sourceRoot":"","sources":["../../src/hardware-amd.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAElD,MAAM,WAAW,kBAAmB,SAAQ,YAAY;IACvD;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;CACnB;AAID,eAAO,MAAM,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,kBAAkB,CAiT3D,CAAC"}
1
+ {"version":3,"file":"hardware-amd.d.ts","sourceRoot":"","sources":["../../src/hardware-amd.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAElD,MAAM,WAAW,kBAAmB,SAAQ,YAAY;IACvD;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;CACnB;AAID,eAAO,MAAM,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,kBAAkB,CAiU3D,CAAC"}
@@ -203,6 +203,22 @@ exports.AMD_GPU_SKUS = {
203
203
  power: 132,
204
204
  releaseYear: 2021,
205
205
  },
206
+ "RX 5700 XT": {
207
+ tflops: 19.51,
208
+ memory: [8],
209
+ gfxVersion: "gfx1010",
210
+ msrp: 399,
211
+ power: 225,
212
+ releaseYear: 2019,
213
+ },
214
+ "RX 5700": {
215
+ tflops: 15.9,
216
+ memory: [8],
217
+ gfxVersion: "gfx1010",
218
+ msrp: 349,
219
+ power: 180,
220
+ releaseYear: 2019,
221
+ },
206
222
  "RX 5500 XT": {
207
223
  tflops: 10.39,
208
224
  memory: [4, 8],
@@ -1 +1 @@
1
- {"version":3,"file":"hardware-nvidia.d.ts","sourceRoot":"","sources":["../../src/hardware-nvidia.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAElD,MAAM,WAAW,kBAAmB,SAAQ,YAAY;IACvD;;;;OAIG;IACH,iBAAiB,EAAE,MAAM,CAAC;CAC1B;AAED,oBAAY,yBAAyB;IACpC,eAAe,OAAO;IACtB,aAAa,KAAO;IACpB,SAAS,KAAO;IAChB,MAAM,IAAM;IACZ,YAAY,MAAM;IAClB,IAAI,MAAM;IACV,UAAU,MAAM;IAChB,MAAM,IAAM;IACZ,MAAM,MAAM;IACZ,MAAM,MAAM;IACZ,KAAK,IAAM;IACX,YAAY,MAAM;IAClB,MAAM,MAAM;IACZ,iBAAiB,IAAM;IACvB,OAAO,MAAM;CACb;AAED,eAAO,MAAM,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,kBAAkB,CAy4B1D,CAAC"}
1
+ {"version":3,"file":"hardware-nvidia.d.ts","sourceRoot":"","sources":["../../src/hardware-nvidia.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAElD,MAAM,WAAW,kBAAmB,SAAQ,YAAY;IACvD;;;;OAIG;IACH,iBAAiB,EAAE,MAAM,CAAC;CAC1B;AAED,oBAAY,yBAAyB;IACpC,eAAe,OAAO;IACtB,aAAa,KAAO;IACpB,SAAS,KAAO;IAChB,MAAM,IAAM;IACZ,YAAY,MAAM;IAClB,IAAI,MAAM;IACV,UAAU,MAAM;IAChB,MAAM,IAAM;IACZ,MAAM,MAAM;IACZ,MAAM,MAAM;IACZ,KAAK,IAAM;IACX,YAAY,MAAM;IAClB,MAAM,MAAM;IACZ,iBAAiB,IAAM;IACvB,OAAO,MAAM;CACb;AAED,eAAO,MAAM,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,kBAAkB,CAy5B1D,CAAC"}
@@ -748,6 +748,14 @@ exports.NVIDIA_SKUS = {
748
748
  power: 250,
749
749
  releaseYear: 2017,
750
750
  },
751
+ "GTX 1080": {
752
+ tflops: 8.87, // float32 (GPU does not support native float16)
753
+ memory: [8],
754
+ computeCapability: 6.1,
755
+ msrp: 599,
756
+ power: 180,
757
+ releaseYear: 2016,
758
+ },
751
759
  "GTX 1070 Ti": {
752
760
  tflops: 8.2, // float32 (GPU does not support native float16)
753
761
  memory: [8],
@@ -756,6 +764,14 @@ exports.NVIDIA_SKUS = {
756
764
  power: 180,
757
765
  releaseYear: 2017,
758
766
  },
767
+ "GTX 1070": {
768
+ tflops: 6.46, // float32 (GPU does not support native float16)
769
+ memory: [8],
770
+ computeCapability: 6.1,
771
+ msrp: 379,
772
+ power: 150,
773
+ releaseYear: 2016,
774
+ },
759
775
  "GTX 1060": {
760
776
  tflops: 3.9, // float32 (GPU does not support native float16)
761
777
  memory: [3, 6],
@@ -683,7 +683,7 @@ exports.MODEL_LIBRARIES_UI_ELEMENTS = {
683
683
  repoName: "IntelliFold",
684
684
  repoUrl: "https://github.com/IntelliGen-AI/IntelliFold",
685
685
  filter: false,
686
- countDownloads: `path_extension:"pt"`,
686
+ countDownloads: `path_extension:"pt" OR path_extension:"zst"`,
687
687
  },
688
688
  "ising-decoding": {
689
689
  prettyLabel: "Ising Decoding",
@@ -108,20 +108,22 @@ export declare const AGENT_HARNESSES: {
108
108
  CODEX_THREAD_ID: string;
109
109
  };
110
110
  };
111
- "cursor-cli": {
111
+ crush: {
112
112
  prettyLabel: string;
113
+ repoUrl: string;
113
114
  docsUrl: string;
114
115
  description: string;
115
116
  envVars: {
116
- CURSOR_AGENT: string;
117
+ CRUSH: string;
117
118
  };
118
119
  };
119
- cursor: {
120
+ "gemini-cli": {
120
121
  prettyLabel: string;
122
+ repoUrl: string;
121
123
  docsUrl: string;
122
124
  description: string;
123
125
  envVars: {
124
- CURSOR_TRACE_ID: string;
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2GY,CAAC;AAGzC,MAAM,MAAM,eAAe,GAAG,MAAM,OAAO,eAAe,CAAC"}
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
- "cursor-cli": {
61
- // must stay before `cursor` so the more specific signal takes priority: when the CLI runs inside
62
- // the Cursor editor's terminal, child processes inherit `CURSOR_TRACE_ID` and the CLI sets `CURSOR_AGENT`.
63
- prettyLabel: "Cursor CLI",
64
- docsUrl: "https://cursor.com/docs/cli/overview",
65
- description: "Cursor's coding agent for the command line.",
66
- envVars: { CURSOR_AGENT: "*" },
67
- },
68
- cursor: {
69
- prettyLabel: "Cursor",
70
- docsUrl: "https://cursor.com",
71
- description: "AI-powered code editor.",
72
- envVars: { CURSOR_TRACE_ID: "*" },
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",
@@ -1 +1 @@
1
- {"version":3,"file":"hardware-amd.d.ts","sourceRoot":"","sources":["../../src/hardware-amd.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAElD,MAAM,WAAW,kBAAmB,SAAQ,YAAY;IACvD;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;CACnB;AAID,eAAO,MAAM,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,kBAAkB,CAiT3D,CAAC"}
1
+ {"version":3,"file":"hardware-amd.d.ts","sourceRoot":"","sources":["../../src/hardware-amd.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAElD,MAAM,WAAW,kBAAmB,SAAQ,YAAY;IACvD;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;CACnB;AAID,eAAO,MAAM,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,kBAAkB,CAiU3D,CAAC"}
@@ -200,6 +200,22 @@ export const AMD_GPU_SKUS = {
200
200
  power: 132,
201
201
  releaseYear: 2021,
202
202
  },
203
+ "RX 5700 XT": {
204
+ tflops: 19.51,
205
+ memory: [8],
206
+ gfxVersion: "gfx1010",
207
+ msrp: 399,
208
+ power: 225,
209
+ releaseYear: 2019,
210
+ },
211
+ "RX 5700": {
212
+ tflops: 15.9,
213
+ memory: [8],
214
+ gfxVersion: "gfx1010",
215
+ msrp: 349,
216
+ power: 180,
217
+ releaseYear: 2019,
218
+ },
203
219
  "RX 5500 XT": {
204
220
  tflops: 10.39,
205
221
  memory: [4, 8],
@@ -1 +1 @@
1
- {"version":3,"file":"hardware-nvidia.d.ts","sourceRoot":"","sources":["../../src/hardware-nvidia.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAElD,MAAM,WAAW,kBAAmB,SAAQ,YAAY;IACvD;;;;OAIG;IACH,iBAAiB,EAAE,MAAM,CAAC;CAC1B;AAED,oBAAY,yBAAyB;IACpC,eAAe,OAAO;IACtB,aAAa,KAAO;IACpB,SAAS,KAAO;IAChB,MAAM,IAAM;IACZ,YAAY,MAAM;IAClB,IAAI,MAAM;IACV,UAAU,MAAM;IAChB,MAAM,IAAM;IACZ,MAAM,MAAM;IACZ,MAAM,MAAM;IACZ,KAAK,IAAM;IACX,YAAY,MAAM;IAClB,MAAM,MAAM;IACZ,iBAAiB,IAAM;IACvB,OAAO,MAAM;CACb;AAED,eAAO,MAAM,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,kBAAkB,CAy4B1D,CAAC"}
1
+ {"version":3,"file":"hardware-nvidia.d.ts","sourceRoot":"","sources":["../../src/hardware-nvidia.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAElD,MAAM,WAAW,kBAAmB,SAAQ,YAAY;IACvD;;;;OAIG;IACH,iBAAiB,EAAE,MAAM,CAAC;CAC1B;AAED,oBAAY,yBAAyB;IACpC,eAAe,OAAO;IACtB,aAAa,KAAO;IACpB,SAAS,KAAO;IAChB,MAAM,IAAM;IACZ,YAAY,MAAM;IAClB,IAAI,MAAM;IACV,UAAU,MAAM;IAChB,MAAM,IAAM;IACZ,MAAM,MAAM;IACZ,MAAM,MAAM;IACZ,KAAK,IAAM;IACX,YAAY,MAAM;IAClB,MAAM,MAAM;IACZ,iBAAiB,IAAM;IACvB,OAAO,MAAM;CACb;AAED,eAAO,MAAM,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,kBAAkB,CAy5B1D,CAAC"}
@@ -745,6 +745,14 @@ export const NVIDIA_SKUS = {
745
745
  power: 250,
746
746
  releaseYear: 2017,
747
747
  },
748
+ "GTX 1080": {
749
+ tflops: 8.87, // float32 (GPU does not support native float16)
750
+ memory: [8],
751
+ computeCapability: 6.1,
752
+ msrp: 599,
753
+ power: 180,
754
+ releaseYear: 2016,
755
+ },
748
756
  "GTX 1070 Ti": {
749
757
  tflops: 8.2, // float32 (GPU does not support native float16)
750
758
  memory: [8],
@@ -753,6 +761,14 @@ export const NVIDIA_SKUS = {
753
761
  power: 180,
754
762
  releaseYear: 2017,
755
763
  },
764
+ "GTX 1070": {
765
+ tflops: 6.46, // float32 (GPU does not support native float16)
766
+ memory: [8],
767
+ computeCapability: 6.1,
768
+ msrp: 379,
769
+ power: 150,
770
+ releaseYear: 2016,
771
+ },
756
772
  "GTX 1060": {
757
773
  tflops: 3.9, // float32 (GPU does not support native float16)
758
774
  memory: [3, 6],
@@ -647,7 +647,7 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
647
647
  repoName: "IntelliFold",
648
648
  repoUrl: "https://github.com/IntelliGen-AI/IntelliFold",
649
649
  filter: false,
650
- countDownloads: `path_extension:"pt"`,
650
+ countDownloads: `path_extension:"pt" OR path_extension:"zst"`,
651
651
  },
652
652
  "ising-decoding": {
653
653
  prettyLabel: "Ising Decoding",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@huggingface/tasks",
3
- "version": "0.21.10",
3
+ "version": "0.21.12",
4
4
  "description": "List of ML tasks for huggingface.co/tasks",
5
5
  "keywords": [
6
6
  "hub",
@@ -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
- "cursor-cli": {
100
- // must stay before `cursor` so the more specific signal takes priority: when the CLI runs inside
101
- // the Cursor editor's terminal, child processes inherit `CURSOR_TRACE_ID` and the CLI sets `CURSOR_AGENT`.
102
- prettyLabel: "Cursor CLI",
103
- docsUrl: "https://cursor.com/docs/cli/overview",
104
- description: "Cursor's coding agent for the command line.",
105
- envVars: { CURSOR_AGENT: "*" },
106
- },
107
- cursor: {
108
- prettyLabel: "Cursor",
109
- docsUrl: "https://cursor.com",
110
- description: "AI-powered code editor.",
111
- envVars: { CURSOR_TRACE_ID: "*" },
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",
@@ -212,6 +212,22 @@ export const AMD_GPU_SKUS: Record<string, AmdGpuHardwareSpec> = {
212
212
  power: 132,
213
213
  releaseYear: 2021,
214
214
  },
215
+ "RX 5700 XT": {
216
+ tflops: 19.51,
217
+ memory: [8],
218
+ gfxVersion: "gfx1010",
219
+ msrp: 399,
220
+ power: 225,
221
+ releaseYear: 2019,
222
+ },
223
+ "RX 5700": {
224
+ tflops: 15.9,
225
+ memory: [8],
226
+ gfxVersion: "gfx1010",
227
+ msrp: 349,
228
+ power: 180,
229
+ releaseYear: 2019,
230
+ },
215
231
  "RX 5500 XT": {
216
232
  tflops: 10.39,
217
233
  memory: [4, 8],
@@ -756,6 +756,14 @@ export const NVIDIA_SKUS: Record<string, NvidiaHardwareSpec> = {
756
756
  power: 250,
757
757
  releaseYear: 2017,
758
758
  },
759
+ "GTX 1080": {
760
+ tflops: 8.87, // float32 (GPU does not support native float16)
761
+ memory: [8],
762
+ computeCapability: 6.1,
763
+ msrp: 599,
764
+ power: 180,
765
+ releaseYear: 2016,
766
+ },
759
767
  "GTX 1070 Ti": {
760
768
  tflops: 8.2, // float32 (GPU does not support native float16)
761
769
  memory: [8],
@@ -764,6 +772,14 @@ export const NVIDIA_SKUS: Record<string, NvidiaHardwareSpec> = {
764
772
  power: 180,
765
773
  releaseYear: 2017,
766
774
  },
775
+ "GTX 1070": {
776
+ tflops: 6.46, // float32 (GPU does not support native float16)
777
+ memory: [8],
778
+ computeCapability: 6.1,
779
+ msrp: 379,
780
+ power: 150,
781
+ releaseYear: 2016,
782
+ },
767
783
  "GTX 1060": {
768
784
  tflops: 3.9, // float32 (GPU does not support native float16)
769
785
  memory: [3, 6],
@@ -691,7 +691,7 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
691
691
  repoName: "IntelliFold",
692
692
  repoUrl: "https://github.com/IntelliGen-AI/IntelliFold",
693
693
  filter: false,
694
- countDownloads: `path_extension:"pt"`,
694
+ countDownloads: `path_extension:"pt" OR path_extension:"zst"`,
695
695
  },
696
696
  "ising-decoding": {
697
697
  prettyLabel: "Ising Decoding",