Skip to content

Commit 7359837

Browse files
committed
chore: remove simulation sandbox placeholder and references
Remove the empty sandboxes/simulation/ directory (contained only a .gitkeep) and clean up all associated references in README.md: - Remove table entry for sandboxes/simulation/ - Remove simulation from the --from flag example list - Remove 'spin up physics simulations to master tasks' from intro
1 parent e5bdb94 commit 7359837

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OpenShell Community
22

3-
[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 spin up physics simulations to master tasks, 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.
3+
[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.
44

55
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.
66

@@ -18,7 +18,6 @@ This repo is the community ecosystem around OpenShell -- a hub for contributed s
1818
| `sandboxes/base/` | Foundational image with system tools, users, and dev environment |
1919
| `sandboxes/sdg/` | Synthetic data generation workflows |
2020
| `sandboxes/openclaw/` | OpenClaw -- open agent manipulation and control |
21-
| `sandboxes/simulation/` | General-purpose simulation sandboxes |
2221

2322
## Getting Started
2423

@@ -45,7 +44,7 @@ After the Brev instance is ready, access the Welcome UI to inject provider keys
4544
openshell sandbox create --from openclaw
4645
```
4746

48-
The `--from` flag accepts any sandbox defined under `sandboxes/` (e.g., `openclaw`, `sdg`, `simulation`), a local path, or a container image reference.
47+
The `--from` flag accepts any sandbox defined under `sandboxes/` (e.g., `openclaw`, `sdg`), a local path, or a container image reference.
4948

5049
## Contributing
5150

sandboxes/simulation/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)