Skip to content

Commit 8a9c27d

Browse files
authored
update templates (#151)
1 parent b94f30d commit 8a9c27d

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

reference/cli/create.mdx

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,20 @@ Create a new Kernel application from a template. The CLI provides an interactive
1717

1818
### TypeScript templates
1919
- **`sample-app`** — Basic template with Playwright integration for page title extraction
20-
- **`advanced-sample`** — Demonstrates advanced Kernel configurations
20+
- **`captcha-solver`** — Demo of Kernel's auto-CAPTCHA solving capability
21+
- **`anthropic-computer-use`** — Anthropic Computer Use API sample implementation
22+
- **`openai-computer-use`** — OpenAI Computer Using Agent (CUA) sample implementation
23+
- **`gemini-computer-use`** — Google Gemini CUA sample implementation
2124
- **`stagehand`** — Returns the first result of a specified Google search
22-
- **`computer-use`** — Implements Anthropic's Computer Use API in a prompt loop
23-
- **`cua`** — OpenAI Computer Using Agent (CUA) sample implementation
24-
- **`gemini-cua`** — Google Gemini CUA sample implementation
2525
- **`magnitude`**[Magnitude framework](https://github.com/magnitude-labs/magnitude) integration
2626

2727
### Python templates
2828
- **`sample-app`** — Basic template with Playwright integration for page title extraction
29-
- **`advanced-sample`** — Demonstrates advanced Kernel configurations
29+
- **`captcha-solver`** — Demo of Kernel's auto-CAPTCHA solving capability
30+
- **`openagi-computer-use`** — OpenAGI's Lux Computer Use API sample implementation
31+
- **`anthropic-computer-use`** — Anthropic Computer Use API sample implementation
32+
- **`openai-computer-use`** — OpenAI Computer Using Agent (CUA) sample implementation
3033
- **`browser-use`** — Integrates the Browser Use for AI-powered web automation
31-
- **`computer-use`** — Implements Anthropic's Computer Use API in a prompt loop
32-
- **`cua`** — OpenAI Computer Using Agent (CUA) sample implementation
3334

3435
## Examples
3536

@@ -47,7 +48,7 @@ kernel create --name my-scraper --language python --template browser-use
4748
kernel create --name my-agent --language ts --template stagehand
4849

4950
# Create a Python Computer Use app
50-
kernel create --name my-cu-app --language py --template computer-use
51+
kernel create --name my-cu-app --language py --template anthropic-computer-use
5152
```
5253

5354
## Next steps

0 commit comments

Comments
 (0)