Skip to content

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.

First Commands

pixi run -e golden-local demo-perception-detection-flow
pixi run -e golden-local demo-memory-belief-flow
pixi run -e golden-local demo-language-caption-plan
pixi run -e golden-local demo-language-grounded-reference
pixi run -e golden-local demo-composable-pipelines
pixi run -e torch demo-webcam-rerun
pixi run -e twist2 demo-twist2-rerun
pixi run demo-robosuite-mock
pixi run demo-robotics-typing-catalog
pixi run demo-robotics-typing-contract
pixi run demo-robotics-typing-boundary

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.