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
Copy file name to clipboardExpand all lines: examples/README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,21 +4,21 @@ Examples for common OpenSandbox use cases. Each subdirectory contains runnable c
4
4
5
5
## Integrations / Sandboxes
6
6
- 🧰 [**aio-sandbox**](aio-sandbox): All-in-one sandbox setup using OpenSandbox SDK and agent-sandbox
7
-
- <imgsrc="https://kubernetes.io/icons/favicon-32.png"alt="Kubernetes"height="16" /> [**agent-sandbox**](agent-sandbox): Create a kubernetes-sigs/agent-sandbox instance and run a command
7
+
- <imgsrc="https://kubernetes.io/icons/favicon-32.png"alt="Kubernetes"width="16"height="16"style="width:16px;height:16px;vertical-align:middle;" /> [**agent-sandbox**](agent-sandbox): Create a kubernetes-sigs/agent-sandbox instance and run a command
8
8
- 🧪 [**code-interpreter**](code-interpreter): Code Interpreter SDK singleton example
9
9
- 💾 [**host-volume-mount**](host-volume-mount): Mount host directories into sandboxes (read-write, read-only, subpath)
10
10
- 🎯 [**rl-training**](rl-training): Reinforcement learning training loop inside a sandbox
11
-
- <imgsrc="https://img.shields.io/badge/-%20-D97757?logo=claude&logoColor=white&style=flat-square"alt="Claude"height="16" /> [**claude-code**](claude-code): Call Claude (Anthropic) API/CLI within the sandbox
- <imgsrc="https://geminicli.com/favicon.ico"alt="Google Gemini"height="16" /> [**gemini-cli**](gemini-cli): Call Google Gemini within the sandbox
14
-
- <imgsrc="https://developers.openai.com/favicon.png"alt="OpenAI"height="16" /> [**codex-cli**](codex-cli): Call OpenAI/Codex-like models within the sandbox
- <imgsrc="https://img.shields.io/badge/-%20-D97757?logo=claude&logoColor=white&style=flat-square"alt="Claude"width="16"height="16"style="width:16px;height:16px;vertical-align:middle;" /> [**claude-code**](claude-code): Call Claude (Anthropic) API/CLI within the sandbox
- <imgsrc="https://geminicli.com/favicon.ico"alt="Google Gemini"width="16"height="16"style="width:16px;height:16px;vertical-align:middle;" /> [**gemini-cli**](gemini-cli): Call Google Gemini within the sandbox
14
+
- <imgsrc="https://developers.openai.com/favicon.png"alt="OpenAI"width="16"height="16"style="width:16px;height:16px;vertical-align:middle;" /> [**codex-cli**](codex-cli): Call OpenAI/Codex-like models within the sandbox
- <imgsrc="https://playwright.dev/img/playwright-logo.svg"alt="Playwright"width="16" /> [**playwright**](playwright): Launch headless browser (Playwright + Chromium) to scrape web content
20
-
- <imgsrc="https://code.visualstudio.com/assets/favicon.ico"alt="VS Code"height="16" /> [**vscode**](vscode): Launch code-server (VS Code Web) to provide browser access
21
-
- <imgsrc="https://www.google.com/chrome/static/images/chrome-logo.svg"alt="Google Chrome"height="16" /> [**chrome**](chrome): Launch headless Chromium with DevTools port exposed for remote debugging
19
+
- <imgsrc="https://playwright.dev/img/playwright-logo.svg"alt="Playwright"width="16"height="16"style="width:16px;height:16px;vertical-align:middle;"/> [**playwright**](playwright): Launch headless browser (Playwright + Chromium) to scrape web content
20
+
- <imgsrc="https://code.visualstudio.com/assets/favicon.ico"alt="VS Code"width="16"height="16"style="width:16px;height:16px;vertical-align:middle;" /> [**vscode**](vscode): Launch code-server (VS Code Web) to provide browser access
21
+
- <imgsrc="https://www.google.com/chrome/static/images/chrome-logo.svg"alt="Google Chrome"width="16"height="16"style="width:16px;height:16px;vertical-align:middle;" /> [**chrome**](chrome): Launch headless Chromium with DevTools port exposed for remote debugging
22
22
23
23
## How to Run
24
24
- Set basic environment variables (e.g., `export SANDBOX_DOMAIN=...`, `export SANDBOX_API_KEY=...`)
0 commit comments