Golden Hub Proof
Smallest Golden check
Prove Golden can extend Retriever without optional robot dependencies.
This command proves that a project outside the core runtime can expose reusable robot payloads through Retriever Hub.
Run first
git clone https://github.com/openretriever/golden-retriever.git
cd golden-retriever
pixi install
pixi run demo-golden-hub-packRun this after the core Retriever visual quickstart works. No robot, camera, simulator, model, network service, or GUI is required.
The command does four things:
- reads the
[tool.retriever.module]manifest, - loads representative exports through the runtime Hub loader,
- checks that robot-facing types such as
WorldStateare visible through the unified registry, - round-trips a lightweight
Actionpayload through the exported Arrow helpers.
Typical output:
Hub Reference Shape
Section titled “Hub Reference Shape”Users install the runtime once, then load domain packs through Hub. Golden stays useful because its examples prove that boundary with robot-facing payloads.
