Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 20 additions & 8 deletions cookbooks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ import { CookbookSearch } from '/snippets/cookbook-search.jsx';
<Columns className="responsive-columns" cols={3}>
<Card title="Agentic Payments" img="/images/cookbooks/payments.png" href="/browsers/enable-payments-in-browser-agent">
<div className="cookbook-tag">common patterns</div>
Enable Payments in a Browser Agent
Enable Payments in a Browser Agent.
</Card>
<Card title="AI SDK Agent" img="/images/cookbooks/vercel.png" href="https://github.com/kernel/cookbooks/tree/main/integrations/ai-sdk-agent">
<div className="cookbook-tag">harnesses & models</div>
Browser automation with the Vercel AI SDK and Kernel's Playwright execution API.
Browser automation with the Vercel AI SDK and KERNEL's Playwright execution API.
</Card>
<Card title="Tinker RL" img="/images/cookbooks/tinker.png" href="https://github.com/kernel/cookbooks/tree/main/integrations/tinker-rl">
<div className="cookbook-tag">harnesses & models</div>
Expand All @@ -37,26 +37,38 @@ import { CookbookSearch } from '/snippets/cookbook-search.jsx';
</Card>
<Card title="Browser Use Model" img="/images/cookbooks/browser-use.png" href="https://github.com/kernel/cookbooks/tree/main/integrations/browser-use-model">
<div className="cookbook-tag">harnesses & models</div>
Run the Browser Use bu-1.0 model on Kernel browser infrastructure.
Run the Browser Use bu-1.0 model on KERNEL browser infrastructure.
</Card>
<Card title="Eve x KERNEL Managed Auth" img="/images/cookbooks/vercel.png" href="https://vercel.com/kb/guide/build-a-browser-agent">
<div className="cookbook-tag">harnesses & models</div>
Build a browser agent with eve and KERNEL managed auth.
</Card>
<Card title="Playwright & Computer Use" img="/images/cookbooks/playwright.png" href="/browsers/playwright-computer-use-fallback">
<div className="cookbook-tag">common patterns</div>
Using Playwright with Computer Use Fallback
Using Playwright with computer use fallback.
</Card>
<Card title="Stagehand Google CUA Agent" img="/images/cookbooks/stagehand.png" href="https://github.com/kernel/cookbooks/tree/main/integrations/stagehand-google-cua-agent">
<div className="cookbook-tag">harnesses & models</div>
Computer use agent with Google's Gemini 2.5 and Stagehand.
</Card>
<Card title="Claude Computer Use Loop" img="/images/cookbooks/claude.png" href="https://github.com/kernel/cookbooks/tree/main/integrations/claude-computer-use-loop">
<div className="cookbook-tag">harnesses & models</div>
Minimal implementation of Anthropic's computer use loop.
</Card>
<Card title="Vibium" img="/images/cookbooks/vibium.png" href="https://github.com/kernel/cookbooks/tree/main/integrations/vibium">
<div className="cookbook-tag">harnesses & models</div>
Vibium browser automation over WebDriver BiDi.
</Card>
<Card title="Claude Computer Use Loop" img="/images/cookbooks/claude.png" href="https://github.com/kernel/cookbooks/tree/main/integrations/claude-computer-use-loop">
<Card title="Modal Web Scraper" img="/images/cookbooks/modal.png" href="https://github.com/kernel/cookbooks/tree/main/integrations/modal-web-scraper">
<div className="cookbook-tag">harnesses & models</div>
Minimal implementation of Anthropic's computer use loop.
Scrape JS-rendered pages behind a login, on Modal with a KERNEL browser.
</Card>
<Card title="Modal Web Scraper" img="/images/cookbooks/modal.png" href="https://github.com/kernel/cookbooks/tree/main/integrations/modal-web-scraper">
<Card title="Eve x Foreman" img="/images/cookbooks/vercel.png" href="https://vercel.com/kb/guide/software-factory-browser">
<div className="cookbook-tag">harnesses & models</div>
Give Vercel foreman access to a KERNEL browser for QA.
</Card>
<Card title="e2b" img="/images/cookbooks/e2b.png" href="https://docs.e2b.dev/use-cases/remote-browser">
<div className="cookbook-tag">harnesses & models</div>
Scrape JS-rendered pages behind a login, on Modal with a Kernel headful browser.
Connect e2b sandboxes with KERNEL browsers.
</Card>
</Columns>
4 changes: 4 additions & 0 deletions cookbooks/e2b.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: "e2b"
url: "https://docs.e2b.dev/use-cases/remote-browser"
---
4 changes: 4 additions & 0 deletions cookbooks/eve-foreman.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: "Eve x Foreman"
url: "https://vercel.com/kb/guide/software-factory-browser"
---
4 changes: 4 additions & 0 deletions cookbooks/eve-managed-auth.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: "Eve x Managed Auth"
url: "https://vercel.com/kb/guide/build-a-browser-agent"
---
19 changes: 12 additions & 7 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -320,16 +320,21 @@
{
"group": "Harnesses & Models",
"pages": [
"cookbooks/modal-web-scraper",
"cookbooks/modal-pr-qa-agent",
"cookbooks/claude-managed-agents",
"cookbooks/claude-computer-use-loop",
"cookbooks/ai-sdk-agent",
"cookbooks/stagehand-google-cua-agent",
"cookbooks/browser-use-model",
"cookbooks/claude-managed-agents",
"cookbooks/claude-computer-use-loop",
"cookbooks/e2b",
"cookbooks/eve-foreman",
"cookbooks/eve-managed-auth",
"cookbooks/mastra-web-task-assistant",
"cookbooks/vibium",
"cookbooks/tinker-rl"
"cookbooks/modal-web-scraper",
"cookbooks/modal-pr-qa-agent",
"cookbooks/stagehand-google-cua-agent",
"cookbooks/tinker-rl",
"cookbooks/vibium"


]
}
]
Expand Down
Binary file added images/cookbooks/e2b.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading