LICENSE
README.md
pyproject.toml
src/datahive/__init__.py
src/datahive/annotate.py
src/datahive/attachments.py
src/datahive/attachments.yaml
src/datahive/check.py
src/datahive/cli.py
src/datahive/collect.py
src/datahive/config.py
src/datahive/consistency.py
src/datahive/episode.py
src/datahive/errors.py
src/datahive/hf_limits.py
src/datahive/hub.py
src/datahive/index.py
src/datahive/ops.py
src/datahive/paths.py
src/datahive/preflight.py
src/datahive/profile.py
src/datahive/runner.py
src/datahive/schema.py
src/datahive/skill_install.py
src/datahive/trials.py
src/datahive/validate.py
src/datahive/interface/__init__.py
src/datahive/interface/api.py
src/datahive/interface/app.py
src/datahive/interface/static/app.js
src/datahive/interface/static/automatic.js
src/datahive/interface/static/favicon.svg
src/datahive/interface/static/guide.js
src/datahive/interface/static/hiveboard-logo.svg
src/datahive/interface/static/index.html
src/datahive/interface/static/nav.js
src/datahive/interface/static/runner.js
src/datahive/interface/static/style.css
src/datahive/interface/static/tasks/big_valve_3d.png
src/datahive/interface/static/tasks/box_3d.png
src/datahive/interface/static/tasks/button_3d.png
src/datahive/interface/static/tasks/key_3d.png
src/datahive/interface/static/tasks/lamp_3d.png
src/datahive/interface/static/tasks/m30_3d.png
src/datahive/interface/static/tasks/m8_3d.png
src/datahive/interface/static/tasks/peg_and_hole_3d.png
src/datahive/interface/static/tasks/small_valve_3d.png
src/datahive/interface/static/tasks/spring_3d.png
src/datahive/interface/static/tasks/switch_3d.png
src/datahive/interface/static/tasks/torque_valve_noFriction_3d.png
src/datahive/skills/datahive-auto-collect/SKILL.md
src/datahive/skills/datahive-auto-collect/reference/adapting.md
src/datahive/skills/datahive-auto-collect/reference/protocol.md
src/datahive/skills/datahive-data-prep/SKILL.md
src/datahive/skills/datahive-data-prep/reference/annotation.md
src/datahive/skills/datahive-data-prep/reference/layout-and-format.md
src/datahive/skills/datahive-data-prep/reference/robot-profile.md
src/datahive/skills/datahive-data-prep/reference/troubleshooting.md
src/datahive_tools.egg-info/PKG-INFO
src/datahive_tools.egg-info/SOURCES.txt
src/datahive_tools.egg-info/dependency_links.txt
src/datahive_tools.egg-info/entry_points.txt
src/datahive_tools.egg-info/requires.txt
src/datahive_tools.egg-info/top_level.txt
tests/test_api.py
tests/test_check.py
tests/test_config_security.py
tests/test_consistency.py
tests/test_end_to_end.py
tests/test_index_sync.py
tests/test_profile.py
tests/test_runner_collect.py
tests/test_schema.py
tests/test_skills.py
tests/test_trials.py
tests/test_upload_safety.py