LICENSE
MANIFEST.in
README.md
pyproject.toml
examples/mock_episode_set/episodes.jsonl
examples/mock_multi_format/hdf5/episode_000.hdf5
examples/mock_multi_format/hdf5/hdf5_manifest.json
examples/mock_multi_format/lerobot_v2/meta/episodes.jsonl
examples/mock_multi_format/lerobot_v2/meta/info.json
examples/mock_multi_format/lerobot_v3/README.md
examples/mock_multi_format/lerobot_v3/.robostudio/index.sqlite
examples/mock_multi_format/lerobot_v3/.robostudio/thumbs/0_10.svg
examples/mock_multi_format/lerobot_v3/.robostudio/thumbs/0_50.svg
examples/mock_multi_format/lerobot_v3/.robostudio/thumbs/0_90.svg
examples/mock_multi_format/lerobot_v3/.robostudio/thumbs/1_10.svg
examples/mock_multi_format/lerobot_v3/.robostudio/thumbs/1_50.svg
examples/mock_multi_format/lerobot_v3/.robostudio/thumbs/1_90.svg
examples/mock_multi_format/lerobot_v3/meta/episodes.json
examples/mock_multi_format/lerobot_v3/meta/info.json
examples/mock_multi_format/mp4_jsonl/capture_000.jsonl
examples/mock_multi_format/mp4_jsonl/capture_000.mp4
examples/mock_multi_format/openx/episodes.jsonl
examples/mock_multi_format/openx/openx_manifest.json
examples/mock_multi_format/rlds/dataset_info.json
examples/mock_multi_format/rlds/episodes.jsonl
examples/plugins/hdf5_force_panel/adapter.py
examples/plugins/hdf5_force_panel/manifest.json
examples/plugins/hdf5_force_panel/panel.tsx
examples/sample-so101/DATASET_CARD.md
examples/sample-so101/README.md
examples/sample-so101/episodes.jsonl
examples/sample-so101/meta.json
src/robostudio_engine/__init__.py
src/robostudio_engine/adapters.py
src/robostudio_engine/clustering.py
src/robostudio_engine/contracts.py
src/robostudio_engine/embodiment.py
src/robostudio_engine/exporters.py
src/robostudio_engine/exports.py
src/robostudio_engine/hardware_decode.py
src/robostudio_engine/index.py
src/robostudio_engine/indexer.py
src/robostudio_engine/plugins.py
src/robostudio_engine/qa.py
src/robostudio_engine/runners.py
src/robostudio_engine/sensor_qa.py
src/robostudio_engine/thumbnails.py
src/robostudio_engine/vla.py
src/robostudio_engine.egg-info/PKG-INFO
src/robostudio_engine.egg-info/SOURCES.txt
src/robostudio_engine.egg-info/dependency_links.txt
src/robostudio_engine.egg-info/entry_points.txt
src/robostudio_engine.egg-info/requires.txt
src/robostudio_engine.egg-info/top_level.txt
src/robostudio_engine/adapters/__init__.py
src/robostudio_engine/adapters/base.py
src/robostudio_engine/adapters/folder_mp4_jsonl.py
src/robostudio_engine/adapters/hdf5.py
src/robostudio_engine/adapters/lerobot.py
src/robostudio_engine/adapters/openx.py
src/robostudio_engine/adapters/rlds.py
src/robostudio_engine/adapters/rosbag.py
src/robostudio_engine/cli/__init__.py
src/robostudio_engine/cli/__main__.py
src/robostudio_engine/cli/main.py
tests/test_adapters_index.py
tests/test_cli.py
tests/test_engine_features.py
tests/test_engine_smoke.py
tests/test_metadata.py
tests/test_security_exports.py
tests/test_security_fuzz_smoke.py