GoldenRetriever Examples¶
Companion examples for Retriever
Move from runtime concepts to robot-facing examples.
GoldenRetriever is the examples and integration surface for the core retriever runtime: perception, memory, language, composition, notebooks, robotics typing, and selected simulator/visualization demos.
GoldenRetriever is intentionally separate from the core runtime docs. Use the core docs for Flow, clocks, sync policies, IR, and backend execution. Use this site when you want runnable robot-facing examples built on those primitives.
Recommended Path¶
01
Perception and memory
Detection, replay, belief, memory, and composed control over one small scene.
pixi run -e golden-local demo-perception-detection-flow
02
Language and grounding
Captioning, grounded references, and primitive plan-text examples.
pixi run -e golden-local demo-language-caption-plan
03
Composition
Registry-backed composition and reusable pipeline surfaces.
pixi run -e golden-local demo-composable-pipelines
04
Visualization
Rerun, web UI, and simulator lanes for richer demos.
pixi run -e torch demo-webcam-rerun
First Commands¶
Public Boundary¶
- Core runtime API details belong in
openretriever/retriever. - GoldenRetriever carries examples, tutorials, notebooks, robotics typing, and integration lanes.
- Heavy optional examples should stay clearly optional and mock-first where possible.
- Removed or stale experimental prototypes should not be presented as the main path.