Skip to content

Commit fa05614

Browse files
authored
Merge pull request opensandbox-group#273 from hittyt/fix/example-icon-size
2 parents 0dba2a5 + 79d3847 commit fa05614

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

examples/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@ Examples for common OpenSandbox use cases. Each subdirectory contains runnable c
44

55
## Integrations / Sandboxes
66
- 🧰 [**aio-sandbox**](aio-sandbox): All-in-one sandbox setup using OpenSandbox SDK and agent-sandbox
7-
- <img src="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+
- <img src="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
88
- 🧪 [**code-interpreter**](code-interpreter): Code Interpreter SDK singleton example
99
- 💾 [**host-volume-mount**](host-volume-mount): Mount host directories into sandboxes (read-write, read-only, subpath)
1010
- 🎯 [**rl-training**](rl-training): Reinforcement learning training loop inside a sandbox
11-
- <img src="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
12-
- <img src="https://cli.iflow.cn/img/favicon.ico" alt="iFlow" width="16" /> [**iflow-cli**](iflow-cli): CLI invocation template for iFlow/custom HTTP LLM services
13-
- <img src="https://geminicli.com/favicon.ico" alt="Google Gemini" height="16" /> [**gemini-cli**](gemini-cli): Call Google Gemini within the sandbox
14-
- <img src="https://developers.openai.com/favicon.png" alt="OpenAI" height="16" /> [**codex-cli**](codex-cli): Call OpenAI/Codex-like models within the sandbox
15-
- <img src="https://img.shields.io/badge/-%20-1C3C3C?logo=langgraph&logoColor=white&style=flat-square" alt="LangGraph" height="16" /> [**langgraph**](langgraph): LangGraph agent orchestrating sandbox lifecycle + tools
16-
- <img src="https://google.github.io/adk-docs/assets/agent-development-kit.png" alt="Google ADK" height="16" /> [**google-adk**](google-adk): Google ADK agent calling OpenSandbox tools
11+
- <img src="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
12+
- <img src="https://cli.iflow.cn/img/favicon.ico" alt="iFlow" width="16" height="16" style="width:16px;height:16px;vertical-align:middle;" /> [**iflow-cli**](iflow-cli): CLI invocation template for iFlow/custom HTTP LLM services
13+
- <img src="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+
- <img src="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
15+
- <img src="https://img.shields.io/badge/-%20-1C3C3C?logo=langgraph&logoColor=white&style=flat-square" alt="LangGraph" width="16" height="16" style="width:16px;height:16px;vertical-align:middle;" /> [**langgraph**](langgraph): LangGraph agent orchestrating sandbox lifecycle + tools
16+
- <img src="https://google.github.io/adk-docs/assets/agent-development-kit.png" alt="Google ADK" width="16" height="16" style="width:16px;height:16px;vertical-align:middle;" /> [**google-adk**](google-adk): Google ADK agent calling OpenSandbox tools
1717
- 🦞 [**openclaw**](openclaw): Run an OpenClaw Gateway inside a sandbox
1818
- 🖥️ [**desktop**](desktop): Launch VNC desktop (Xvfb + x11vnc) for VNC client connections
19-
- <img src="https://playwright.dev/img/playwright-logo.svg" alt="Playwright" width="16" /> [**playwright**](playwright): Launch headless browser (Playwright + Chromium) to scrape web content
20-
- <img src="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-
- <img src="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+
- <img src="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+
- <img src="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+
- <img src="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
2222

2323
## How to Run
2424
- Set basic environment variables (e.g., `export SANDBOX_DOMAIN=...`, `export SANDBOX_API_KEY=...`)

0 commit comments

Comments
 (0)