Skip to content

GoldenRetriever

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.

Start here after the core Retriever visual quickstart works. GoldenRetriever is a separate source checkout:

git clone https://github.com/openretriever/golden-retriever.git
cd golden-retriever
pixi install
pixi run demo-golden-hub-pack
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.

Hub proofTerminal export summary
pixi run demo-golden-hub-pack
# GoldenRetriever pack exports: WorldState, BeliefGraph, Skill, Plan, ...
# Arrow round-trip: Action OK
Example proofDeterministic perception flow
pixi run -e golden-retriever demo-perception-detection-flow
# synthetic scene -> typed detections
# steps complete
Graph proofSelf-contained HTML graph
pixi run demo-pipeline-html-viz
# writes out/golden_retriever_closed_loop_viz.html
# prints a compact ASCII graph
Retriever robot agent graph with observe, belief, planner, monitor, skill, controller, and environment flows
Applied robot graph. GoldenRetriever examples make multi-rate robot graphs concrete: camera, belief, planner, monitor, skill, controller, and environment-like Flows keep timing and data handoff boundaries explicit.
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.
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.

Machine-readable route: llms.txt mirrors the same GoldenRetriever path for agents and audits.