GoldenRetriever
Applied Retriever reference
GoldenRetriever examples start where the core quickstart ends.
Run robot-facing examples, inspect visual artifacts, and reuse robot payload types on top of the core Retriever runtime.
GoldenRetriever is not a second runtime. Core Retriever owns Flow, Pipeline, clocks, sync, IR, replay, execution, and Hub mechanics. GoldenRetriever owns applied robot examples, robot payload types, visualization lanes, and Hub pack candidates. Need runtime concepts first? Use the core Retriever docs.
Quick Start
Section titled “Quick Start”Start here after the core Retriever visual quickstart works. GoldenRetriever is a separate source checkout:
What does this do?
The command loads the GoldenRetriever Hub exports through Retriever Hub, constructs representative payloads, and round-trips a command through Arrow helpers. It requires no robot, camera, simulator, model, network service, or GUI.
First Results To Recognize
Section titled “First Results To Recognize”pixi run demo-golden-hub-pack # GoldenRetriever pack exports: WorldState, BeliefGraph, Skill, Plan, ... # Arrow round-trip: Action OK
pixi run -e golden-retriever demo-perception-detection-flow # synthetic scene -> typed detections # steps complete
pixi run demo-pipeline-html-viz # writes out/golden_retriever_closed_loop_viz.html # prints a compact ASCII graph
Recommended Route
Section titled “Recommended Route”Validate the Hub extension boundary and payload exports.
02Example catalogChoose a runnable lane by output, artifact, and dependency level.
03Visual artifactsInspect HTML graphs and mock-safe simulator traces before heavier integrations.
04Promote to HubPromote stable payloads and helpers only after the boundary is lightweight and smoke-tested.

How The Retriever Surfaces Fit
Section titled “How The Retriever Surfaces Fit”| Surface | Owns | Start here when… |
|---|---|---|
| Core Retriever | Flow, Pipeline, clocks, sync policies, IR, execution, replay, graph rendering, and Hub loading mechanics. | You need to understand or debug the runtime model. |
| GoldenRetriever | Applied robot examples, robot payload types, simulator lanes, visualization demos, and Hub pack candidates. | You want runnable robot-facing examples after the core quickstart. |
| Retriever Hub | The packaging boundary for stable Flows, robot payload types, and conversion helpers. | You want reuse without depending on source-tree layout. |
Common Patterns
Section titled “Common Patterns”| Need | Start with | Avoid first |
|---|---|---|
| Safe GoldenRetriever smoke | pixi run demo-golden-hub-pack |
Camera, simulator, model, or network setup. |
| Example behavior | pixi run -e golden-retriever demo-perception-detection-flow |
Optional model-backed lanes. |
| Simulator integration | pixi run demo-robosuite-mock |
Real robosuite before the mock trace works. |
| Graph visualization | pixi run demo-pipeline-html-viz |
Screenshots or stale generated HTML. |
| Robot payload reuse | pixi run demo-robotics-typing-catalog |
Ad hoc dict payloads or source-only imports. |
Continue
Section titled “Continue”Machine-readable route: llms.txt mirrors the same GoldenRetriever path for agents and audits.
