
The article describes how Hugging Face Hub integrates with Strands Agents and LeRobot Enterprise to create a unified agent loop that connects simulation to physical robots. This integration allows for recording demonstrations, training, testing, and deploying policies on hardware, with the agent orchestrating the entire process. Key components include the Strands Robots SDK, which exposes the LeRobot stack as AgentTools, and the use of LeRobot's CLIs for hardware recording and calibration. The simulation tool records LeRobotDatasets in the same format as hardware, enabling efficient deployment of policies with minimal code changes. The example demonstrates a workflow from simulation to hardware, with the agent managing policy deployment on a physical SO-101 robot and coordinating multiple robots through a peer mesh using Zen

