Skip to content

Commit 0ceacfd

Browse files
authored
chore: remove Brev and OpenClaw sandboxes (#73)
1 parent db19652 commit 0ceacfd

85 files changed

Lines changed: 9 additions & 25605 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Requirements:
5858

5959
## Adding a Skill
6060

61-
Skills live inside their sandbox's `skills/` directory (e.g., `sandboxes/openclaw/skills/my-skill/`). Each skill should include:
61+
Skills live inside their sandbox's `skills/` directory (e.g., `sandboxes/my-sandbox/skills/my-skill/`). Each skill should include:
6262
- A `SKILL.md` describing what it does and when to use it
6363
- Any supporting files the skill needs
6464
- A README with usage examples

README.md

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,26 @@
77

88
[OpenShell](https://github.com/NVIDIA/OpenShell) is the runtime environment for autonomous agents -- the infrastructure where they live, work, and verify. It provides a programmable factory where agents can generate synthetic data to fix edge cases and safely iterate through thousands of failures in isolated sandboxes. The core engine includes the sandbox runtime, policy engine, gateway (with k3s harness), privacy router, and CLI.
99

10-
This repo is the community ecosystem around OpenShell -- a hub for contributed skills, sandbox images, launchables, and integrations that extend its capabilities. For the core engine, docs, and published artifacts (PyPI, containers, binaries), see the [OpenShell](https://github.com/NVIDIA/OpenShell) repo.
10+
This repo is the community ecosystem around OpenShell -- a hub for contributed skills, sandbox images, and integrations that extend its capabilities. For the core engine, docs, and published artifacts (PyPI, containers, binaries), see the [OpenShell](https://github.com/NVIDIA/OpenShell) repo.
1111

1212
> Alpha software — single-player mode. OpenShell is proof-of-life: one developer, one environment, one gateway. We are building toward multi-tenant enterprise deployments, but the starting point is getting your own environment up and running. Expect rough edges. Bring your agent.
1313
1414
## What's Here
1515

1616
| Directory | Description |
1717
| ------------ | --------------------------------------------------------------------------------- |
18-
| `brev/` | [Brev](https://brev.dev) launchable for one-click cloud deployment of OpenShell |
1918
| `sandboxes/` | Pre-built sandbox images for domain-specific workloads (each with its own skills) |
2019

2120
### Sandboxes
2221

2322
| Sandbox | Description |
2423
| ----------------------- | ------------------------------------------------------------ |
2524
| `sandboxes/base/` | Foundational image with system tools, users, and dev environment |
25+
| `sandboxes/droid/` | Android automation and mobile testing workflows |
26+
| `sandboxes/gemini/` | Gemini CLI workflows |
27+
| `sandboxes/nvidia-gpu/` | GPU-enabled VM sandbox image with NVIDIA userspace tooling |
2628
| `sandboxes/ollama/` | Ollama for local and cloud LLMs with Claude Code, Codex, OpenCode pre-installed |
2729
| `sandboxes/sdg/` | Synthetic data generation workflows |
28-
| `sandboxes/openclaw/` | OpenClaw -- open agent manipulation and control |
29-
| `sandboxes/nvidia-gpu/` | GPU-enabled VM sandbox image with NVIDIA userspace tooling |
3030

3131
## Getting Started
3232

@@ -36,24 +36,13 @@ This repo is the community ecosystem around OpenShell -- a hub for contributed s
3636
- Docker or a compatible container runtime
3737
- NVIDIA GPU with appropriate drivers (for GPU-accelerated images)
3838

39-
### Quick Start with Brev
40-
41-
Skip the setup and launch OpenShell Community on a fully configured Brev instance, whether you want to use Brev as a remote OpenShell gateway with or without GPU accelerators, or as an all-in-one playground for sandboxes, inference, and UI workflows.
42-
43-
| Instance | Best For | Deploy |
44-
| -------- | -------- | ------ |
45-
| CPU-only | Remote OpenShell gateway deployments, external inference endpoints, remote APIs, and lighter-weight sandbox workflows | <a href="https://brev.nvidia.com/"><img src="https://brev-assets.s3.us-west-1.amazonaws.com/nv-lb-dark.svg" alt="Deploy on Brev" height="40"/></a> |
46-
| NVIDIA H100 | All-in-one OpenShell playgrounds, locally hosted LLM endpoints, GPU-heavy sandboxes, and higher-throughput agent workloads | <a href="https://brev.nvidia.com/"><img src="https://brev-assets.s3.us-west-1.amazonaws.com/nv-lb-dark.svg" alt="Deploy on Brev" height="40"/></a> |
47-
48-
After the Brev instance is ready, access the Welcome UI to inject provider keys and access your Openclaw sandbox.
49-
5039
### Using Sandboxes
5140

5241
```bash
53-
openshell sandbox create --from openclaw
42+
openshell sandbox create --from ollama
5443
```
5544

56-
The `--from` flag accepts any sandbox defined under `sandboxes/` (e.g., `openclaw`, `ollama`, `sdg`), a local path, or a container image reference.
45+
The `--from` flag accepts any sandbox defined under `sandboxes/` (e.g., `ollama`, `sdg`), a local path, or a container image reference.
5746

5847
### Ollama Sandbox
5948

THIRD-PARTY-NOTICES

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,6 @@ Package: vim-tiny
9595
License: Vim
9696
URL: https://packages.ubuntu.com/noble/vim-tiny
9797

98-
================================================================================
99-
NPM Packages
100-
================================================================================
101-
102-
Package: openclaw
103-
License: Apache-2.0
104-
URL: https://www.npmjs.com/package/openclaw
105-
10698
================================================================================
10799
GitHub Actions
108100
================================================================================

brev/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)