You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# OpenShell Community
2
2
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.
4
4
5
5
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.
6
6
@@ -18,7 +18,6 @@ This repo is the community ecosystem around OpenShell -- a hub for contributed s
18
18
|`sandboxes/base/`| Foundational image with system tools, users, and dev environment |
19
19
|`sandboxes/sdg/`| Synthetic data generation workflows |
20
20
|`sandboxes/openclaw/`| OpenClaw -- open agent manipulation and control |
@@ -45,7 +44,7 @@ After the Brev instance is ready, access the Welcome UI to inject provider keys
45
44
openshell sandbox create --from openclaw
46
45
```
47
46
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.
0 commit comments