Skip to content

feat(examples): add zeroclaw sandbox example#387

Open
hikariming wants to merge 1 commit intoalibaba:mainfrom
hikariming:feature/zeroclaw-example
Open

feat(examples): add zeroclaw sandbox example#387
hikariming wants to merge 1 commit intoalibaba:mainfrom
hikariming:feature/zeroclaw-example

Conversation

@hikariming
Copy link

Summary

Add a ZeroClaw sandbox example under examples/zeroclaw.

This example uses a thin wrapper image built from the official ghcr.io/zeroclaw-labs/zeroclaw:latest image so it can run with OpenSandbox's Docker bootstrap path.

Changes

  • add examples/zeroclaw/main.py
  • add examples/zeroclaw/README.md
  • add examples/zeroclaw/Dockerfile
  • add examples/zeroclaw/build.sh
  • update examples index
  • update Chinese docs index

Verification

Tested locally with Docker runtime:

examples/zeroclaw/build.sh
opensandbox-server --config ~/.sandbox.toml
uv run --with opensandbox --with requests python examples/zeroclaw/main.py
curl http://<printed-endpoint>/health

Observed HTTP 200 from /health.



# Testing
- [ ] Not run (explain why)
- [ ] Unit tests
- [ ] Integration tests
- [✅ ] e2e / manual verification

# Breaking Changes
- [ ✅] None
- [ ] Yes (describe impact and migration path)

# Checklist
- [✅ ] Linked Issue or clearly described motivation
- [ ✅] Added/updated docs (if needed)
- [ ] Added/updated tests (if needed)
- [ ] Security impact considered
- [ ] Backward compatibility considered

@CLAassistant
Copy link

CLAassistant commented Mar 8, 2026

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants