Miniverse SDK
miniverse-sdk installs the miniverse command for validating and uploading
immutable .mini simulation bundles to Miniverse. It
also builds canonical heightfield assets from ordinary 2-D .npy or JSON
arrays so the viewer, collision backend, and policy queries share one grid.
Install
uv tool install miniverse-sdk
miniverse agent-help
For a trusted persistent workspace, run:
miniverse auth login
Interactive access and refresh tokens are stored in a user-only file and
renewed automatically. On persistent Linux agents, the state is under
$XDG_STATE_HOME/miniverse, or ~/.local/state/miniverse.
For CI, remote environments, and ephemeral machines, create a personal token
from an authenticated workspace and place its one-time value in the remote
secret manager as MINIVERSE_API_TOKEN:
miniverse token create --name "gpu-runner" --json
miniverse token list --json
miniverse token delete TOKEN_ID --json
Heightfield terrain
miniverse terrain build heights.npy environment/terrain.glb \
--id experiment-001 --cell-size 0.05 0.05 --out-of-bounds clamp --json
Add "environment": {"kind": "glb", "path": "environment/terrain.glb"} to
bundle.json, then pack the generated file at that declared path. Run
miniverse agent-help terrain for the coordinate-frame, origin, scaling, and
policy-query contract.
MuJoCo-only bundles may instead declare an MJCF world entrypoint, for example
"environment": {"kind": "mjcf", "path": "environment/world.xml"}. Store
its exact local include and STL mesh closure as ordinary files under
environment/. Run miniverse agent-help environments for the supported
passive-world subset and fail-closed limitations.
Use 512 x 512 or smaller as the portable terrain budget. The CLI warns above that size; the 1,048,576-sample hard limit should be used only after measuring the target browser and simulator profile.
Agent skill
The repository includes a Miniverse skill at
skills/miniverse/SKILL.md. Install that skill in
your agent, then follow its setup steps. The skill installs or upgrades this
package and reads the versioned instructions bundled with the CLI through
miniverse agent-help.
Develop
python -m pip install -e .
python -m unittest discover -s tests -v
python -m build
python -m twine check dist/*
Miniverse server-side import remains authoritative. Local validation is preflight feedback for bundle authors and agents.
License
Apache License 2.0. See LICENSE.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file miniverse_sdk-0.4.2.tar.gz.
File metadata
- Download URL: miniverse_sdk-0.4.2.tar.gz
- Upload date:
- Size: 58.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.9 {"installer":{"name":"uv","version":"0.12.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"12","id":"bookworm","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eceb081d964e9dd36e45386af134da197b037cec170cb3c1bef32f47c5a3aa0b
|
|
| MD5 |
e5b742e4c688c32b261c5b21e95468e5
|
|
| BLAKE2b-256 |
efbb94046458186efe5620dbc73c78d37b27d333a7ba576214b42541c891e0b8
|
File details
Details for the file miniverse_sdk-0.4.2-py3-none-any.whl.
File metadata
- Download URL: miniverse_sdk-0.4.2-py3-none-any.whl
- Upload date:
- Size: 58.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.9 {"installer":{"name":"uv","version":"0.12.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"12","id":"bookworm","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
96a30defa51296423e5689a78d1ec9abf8cfd29532586c53a65bd45000f7ad4a
|
|
| MD5 |
1eb7fa7ccd5973007a6b91005c57f7e1
|
|
| BLAKE2b-256 |
ff25dc1b53f9dadff07998fcdf7824bf72dd3e2efc5a491063f7f47637b95e97
|