TLDRocket
Sign in

Hugging Face

136 summarised stories about Hugging Face, each linking back to the original source. Browse all topics →

Wednesday, 17 June 2026

From the Hugging Face Hub to robot hardware with Strands Agents and LeRobot

Hugging Face Blog 4 weeks ago

Strands Robots, an open-source AWS SDK, integrates LeRobot datasets and policies into a single agent that orchestrates robot tasks from recording demonstrations through hardware deployment. The integration uses a shared LeRobotDataset format across simulation and physical hardware, allowing identical on-disk data structures whether captured in MuJoCo or on a physical SO-101 robot. A single agent workflow can record demonstrations, train policies, test in simulation, and deploy to physical robots or coordinate multiple robots through a mesh network with only keyword argument changes between modes.

Agentic Resource Discovery: Let agents search

Hugging Face Blog 4 weeks ago

A draft open specification called Agentic Resource Discovery (ARD) was developed by Microsoft, Google, GoDaddy, Hugging Face, and others to let AI agents dynamically search for tools and capabilities at runtime rather than requiring pre-installation. Hugging Face implemented ARD in its Discover Tool, which provides search access to thousands of skills, ML applications, and MCP servers through a REST API endpoint. Agents can now find the right capability through natural language search across federated registries instead of relying on manually configured, static catalogs or dumping all tool descriptions into the language model's context window.