Skip to content

Commit f795c3e

Browse files
committed
Update examples list in README
Add the four new examples (claude-code, openai-agents, opencode, typescript-validator) and improve descriptions with links to external tools and SDKs.
1 parent 5d87b35 commit f795c3e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

packages/sandbox/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,12 @@ npm run check
150150

151151
See the [examples directory](./examples) for complete working examples:
152152

153-
- [Minimal](./examples/minimal) - Basic sandbox setup
154-
- [Code Interpreter](./examples/code-interpreter) - Use sandbox as an interpreter tool with gpt-oss
153+
- [Minimal](./examples/minimal) - Start here: exec commands, read/write files
154+
- [Code Interpreter](./examples/code-interpreter) - Give [gpt-oss](https://developers.cloudflare.com/workers-ai/models/gpt-oss-120b/) on Workers AI a Python REPL
155+
- [Claude Code](./examples/claude-code) - Run [Claude Code](https://claude.ai/code) headless on any repo
156+
- [OpenAI Agents](./examples/openai-agents) - `Shell` and `Editor` tools for [OpenAI Agents SDK](https://openai.github.io/openai-agents-js/)
157+
- [OpenCode](./examples/opencode) - [OpenCode](https://github.com/sst/opencode) web UI or [SDK](https://opencode.ai/docs/sdk/) in a sandbox
158+
- [TypeScript Validator](./examples/typescript-validator) - Build with npm in sandbox, execute in [isolates](https://developers.cloudflare.com/workers/runtime-apis/bindings/worker-loader/)
155159

156160
## Status
157161

0 commit comments

Comments
 (0)