@huggingface/tasks 0.21.19 → 0.21.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commonjs/agent-harnesses.d.ts +14 -0
- package/dist/commonjs/agent-harnesses.d.ts.map +1 -1
- package/dist/commonjs/agent-harnesses.js +14 -0
- package/dist/esm/agent-harnesses.d.ts +14 -0
- package/dist/esm/agent-harnesses.d.ts.map +1 -1
- package/dist/esm/agent-harnesses.js +14 -0
- package/package.json +1 -1
- package/src/agent-harnesses.ts +14 -0
|
@@ -154,6 +154,12 @@ export declare const AGENT_HARNESSES: {
|
|
|
154
154
|
HERMES_SESSION_ID: string;
|
|
155
155
|
};
|
|
156
156
|
};
|
|
157
|
+
hi: {
|
|
158
|
+
prettyLabel: string;
|
|
159
|
+
repoUrl: string;
|
|
160
|
+
docsUrl: string;
|
|
161
|
+
description: string;
|
|
162
|
+
};
|
|
157
163
|
"kilo-code": {
|
|
158
164
|
prettyLabel: string;
|
|
159
165
|
repoUrl: string;
|
|
@@ -214,6 +220,14 @@ export declare const AGENT_HARNESSES: {
|
|
|
214
220
|
TRAE_AI_SHELL_ID: string;
|
|
215
221
|
};
|
|
216
222
|
};
|
|
223
|
+
vtcode: {
|
|
224
|
+
prettyLabel: string;
|
|
225
|
+
repoUrl: string;
|
|
226
|
+
description: string;
|
|
227
|
+
envVars: {
|
|
228
|
+
VTCODE: string;
|
|
229
|
+
};
|
|
230
|
+
};
|
|
217
231
|
warp: {
|
|
218
232
|
prettyLabel: string;
|
|
219
233
|
repoUrl: 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0KY,CAAC;AAGzC,MAAM,MAAM,eAAe,GAAG,MAAM,OAAO,eAAe,CAAC"}
|
|
@@ -94,6 +94,12 @@ exports.AGENT_HARNESSES = {
|
|
|
94
94
|
description: "Nous Research's self-improving, multi-provider terminal AI agent.",
|
|
95
95
|
envVars: { HERMES_SESSION_ID: "*" },
|
|
96
96
|
},
|
|
97
|
+
hi: {
|
|
98
|
+
prettyLabel: "hi",
|
|
99
|
+
repoUrl: "https://github.com/PipeNetwork/hi",
|
|
100
|
+
docsUrl: "https://github.com/PipeNetwork/hi#readme",
|
|
101
|
+
description: "Rust terminal coding agent with verification-in-the-loop.",
|
|
102
|
+
},
|
|
97
103
|
"kilo-code": {
|
|
98
104
|
prettyLabel: "Kilo Code",
|
|
99
105
|
repoUrl: "https://github.com/Kilo-Org/kilocode",
|
|
@@ -140,6 +146,14 @@ exports.AGENT_HARNESSES = {
|
|
|
140
146
|
description: "AI-powered IDE from ByteDance.",
|
|
141
147
|
envVars: { TRAE_AI_SHELL_ID: "*" },
|
|
142
148
|
},
|
|
149
|
+
vtcode: {
|
|
150
|
+
prettyLabel: "VTCode",
|
|
151
|
+
repoUrl: "https://github.com/vinhnx/VTCode",
|
|
152
|
+
description: "Rust coding agent with multi-provider LLM support, OS-native sandboxing, and extensible skills",
|
|
153
|
+
envVars: {
|
|
154
|
+
VTCODE: "1",
|
|
155
|
+
},
|
|
156
|
+
},
|
|
143
157
|
warp: {
|
|
144
158
|
prettyLabel: "Warp",
|
|
145
159
|
repoUrl: "https://github.com/warpdotdev/Warp",
|
|
@@ -154,6 +154,12 @@ export declare const AGENT_HARNESSES: {
|
|
|
154
154
|
HERMES_SESSION_ID: string;
|
|
155
155
|
};
|
|
156
156
|
};
|
|
157
|
+
hi: {
|
|
158
|
+
prettyLabel: string;
|
|
159
|
+
repoUrl: string;
|
|
160
|
+
docsUrl: string;
|
|
161
|
+
description: string;
|
|
162
|
+
};
|
|
157
163
|
"kilo-code": {
|
|
158
164
|
prettyLabel: string;
|
|
159
165
|
repoUrl: string;
|
|
@@ -214,6 +220,14 @@ export declare const AGENT_HARNESSES: {
|
|
|
214
220
|
TRAE_AI_SHELL_ID: string;
|
|
215
221
|
};
|
|
216
222
|
};
|
|
223
|
+
vtcode: {
|
|
224
|
+
prettyLabel: string;
|
|
225
|
+
repoUrl: string;
|
|
226
|
+
description: string;
|
|
227
|
+
envVars: {
|
|
228
|
+
VTCODE: string;
|
|
229
|
+
};
|
|
230
|
+
};
|
|
217
231
|
warp: {
|
|
218
232
|
prettyLabel: string;
|
|
219
233
|
repoUrl: 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0KY,CAAC;AAGzC,MAAM,MAAM,eAAe,GAAG,MAAM,OAAO,eAAe,CAAC"}
|
|
@@ -91,6 +91,12 @@ export const AGENT_HARNESSES = {
|
|
|
91
91
|
description: "Nous Research's self-improving, multi-provider terminal AI agent.",
|
|
92
92
|
envVars: { HERMES_SESSION_ID: "*" },
|
|
93
93
|
},
|
|
94
|
+
hi: {
|
|
95
|
+
prettyLabel: "hi",
|
|
96
|
+
repoUrl: "https://github.com/PipeNetwork/hi",
|
|
97
|
+
docsUrl: "https://github.com/PipeNetwork/hi#readme",
|
|
98
|
+
description: "Rust terminal coding agent with verification-in-the-loop.",
|
|
99
|
+
},
|
|
94
100
|
"kilo-code": {
|
|
95
101
|
prettyLabel: "Kilo Code",
|
|
96
102
|
repoUrl: "https://github.com/Kilo-Org/kilocode",
|
|
@@ -137,6 +143,14 @@ export const AGENT_HARNESSES = {
|
|
|
137
143
|
description: "AI-powered IDE from ByteDance.",
|
|
138
144
|
envVars: { TRAE_AI_SHELL_ID: "*" },
|
|
139
145
|
},
|
|
146
|
+
vtcode: {
|
|
147
|
+
prettyLabel: "VTCode",
|
|
148
|
+
repoUrl: "https://github.com/vinhnx/VTCode",
|
|
149
|
+
description: "Rust coding agent with multi-provider LLM support, OS-native sandboxing, and extensible skills",
|
|
150
|
+
envVars: {
|
|
151
|
+
VTCODE: "1",
|
|
152
|
+
},
|
|
153
|
+
},
|
|
140
154
|
warp: {
|
|
141
155
|
prettyLabel: "Warp",
|
|
142
156
|
repoUrl: "https://github.com/warpdotdev/Warp",
|
package/package.json
CHANGED
package/src/agent-harnesses.ts
CHANGED
|
@@ -130,6 +130,12 @@ export const AGENT_HARNESSES = {
|
|
|
130
130
|
description: "Nous Research's self-improving, multi-provider terminal AI agent.",
|
|
131
131
|
envVars: { HERMES_SESSION_ID: "*" },
|
|
132
132
|
},
|
|
133
|
+
hi: {
|
|
134
|
+
prettyLabel: "hi",
|
|
135
|
+
repoUrl: "https://github.com/PipeNetwork/hi",
|
|
136
|
+
docsUrl: "https://github.com/PipeNetwork/hi#readme",
|
|
137
|
+
description: "Rust terminal coding agent with verification-in-the-loop.",
|
|
138
|
+
},
|
|
133
139
|
"kilo-code": {
|
|
134
140
|
prettyLabel: "Kilo Code",
|
|
135
141
|
repoUrl: "https://github.com/Kilo-Org/kilocode",
|
|
@@ -176,6 +182,14 @@ export const AGENT_HARNESSES = {
|
|
|
176
182
|
description: "AI-powered IDE from ByteDance.",
|
|
177
183
|
envVars: { TRAE_AI_SHELL_ID: "*" },
|
|
178
184
|
},
|
|
185
|
+
vtcode: {
|
|
186
|
+
prettyLabel: "VTCode",
|
|
187
|
+
repoUrl: "https://github.com/vinhnx/VTCode",
|
|
188
|
+
description: "Rust coding agent with multi-provider LLM support, OS-native sandboxing, and extensible skills",
|
|
189
|
+
envVars: {
|
|
190
|
+
VTCODE: "1",
|
|
191
|
+
},
|
|
192
|
+
},
|
|
179
193
|
warp: {
|
|
180
194
|
prettyLabel: "Warp",
|
|
181
195
|
repoUrl: "https://github.com/warpdotdev/Warp",
|