mirror of
https://github.com/open-jarvis/OpenJarvis.git
synced 2026-07-28 05:12:26 +00:00
493 B
493 B
Pearl Tooling
This directory holds standalone Pearl ecosystem utilities that are useful during model enablement or validation but are not part of the OpenJarvis runtime.
model_converter.pycreates experimental Pearl-compatible staging checkpoints from raw Hugging Face safetensors models.
Keep user-facing mining commands in src/openjarvis/cli/ and runtime provider
code in src/openjarvis/mining/. Scripts here should be explicit operational
tools that developers run manually.