You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kernel invoke ts-openai-cua cua-task --payload '{"task": "Go to https://news.ycombinator.com and get the top 5 articles"}'
214
236
kernel invoke ts-gemini-cua gemini-cua-task --payload '{"startingUrl": "https://www.magnitasks.com/", "instruction": "Click the Tasks option in the left-side bar, and move the 5 items in the To Do and In Progress items to the Done section of the Kanban board? You are done successfully when the items are moved."}'
237
+
kernel invoke ts-claude-agent-sdk agent-task --payload '{"task": "Go to https://news.ycombinator.com and get the top 3 stories"}'
@@ -220,13 +243,14 @@ kernel invoke python-bu bu-task --payload '{"task": "Compare the price of gpt-4o
220
243
kernel invoke python-anthropic-cua cua-task --payload '{"query": "Return the first url of a search result for NYC restaurant reviews Pete Wells"}'
221
244
kernel invoke python-openai-cua cua-task --payload '{"task": "Go to https://news.ycombinator.com and get the top 5 articles"}'
222
245
kernel invoke python-openagi-cua openagi-default-task -p '{"instruction": "Navigate to https://agiopen.org and click the What is Computer Use? button"}'
246
+
kernel invoke py-claude-agent-sdk agent-task --payload '{"task": "Go to https://news.ycombinator.com and get the top 3 stories"}'
223
247
```
224
248
225
249
## Step 7: Automated Runtime Testing (Optional)
226
250
227
-
**STOP and ask the human:** "Would you like me to automatically invoke all 13 templates and report back on their runtime status?"
251
+
**STOP and ask the human:** "Would you like me to automatically invoke all 15 templates and report back on their runtime status?"
228
252
229
-
If the human agrees, invoke each template and collect results. Present findings in this format:
253
+
If the human agrees, invoke each template use the Kernel CLI and collect results. Present findings in this format:
230
254
231
255
### Testing Guidelines
232
256
-**Parallel execution:** You may run multiple invocations in parallel to speed up testing.
@@ -243,12 +267,14 @@ If the human agrees, invoke each template and collect results. Present findings
243
267
| ts-magnitude | ts-magnitude |||
244
268
| ts-openai-cua | ts-openai-cua |||
245
269
| ts-gemini-cua | ts-gemini-cua |||
270
+
| ts-claude-agent-sdk | ts-claude-agent-sdk |||
246
271
| py-sample-app | python-basic |||
247
272
| py-captcha-solver | python-captcha-solver |||
248
273
| py-browser-use | python-bu |||
249
274
| py-anthropic-cua | python-anthropic-cua |||
250
275
| py-openai-cua | python-openai-cua |||
251
276
| py-openagi-cua | python-openagi-cua |||
277
+
| py-claude-agent-sdk | py-claude-agent-sdk |||
252
278
253
279
Status values:
254
280
-**SUCCESS**: App started and returned a result
@@ -261,9 +287,9 @@ Notes should include brief error messages for failures or confirmation of succes
261
287
-[ ] Built CLI with `make build`
262
288
-[ ] Created QA directory
263
289
-[ ] Got KERNEL_API_KEY from human
264
-
-[ ] Created all 13 template variations
290
+
-[ ] Created all 15 template variations
265
291
-[ ] Got required API keys from human (OPENAI_API_KEY, ANTHROPIC_API_KEY, GOOGLE_API_KEY, OAGI_API_KEY)
266
-
-[ ] Deployed all 13 apps
292
+
-[ ] Deployed all 15 apps
267
293
-[ ] Provided invoke commands to human for manual testing
268
294
-[ ] (Optional) Ran automated runtime testing and reviewed results
0 commit comments