Every Gradio Space now auto-serves an /agents.md endpoint, a machine-readable API description that AI agents can read and call directly. Point your coding agents (like Claude Code, Codex, or Pi) at it and they figure out how to use the Space without any setup. Read the documentation to learn more.
Changelog
Keep track of latest changes on the Hugging Face Hub
Kernels repositories provide an easy way to use kernels: precompiled, optimized for your exact hardware and PyTorch version, ready for torch.compile, and yields 1.7–2.5× speed-ups over baseline PyTorch.
You can now browse and load Kernels from the Kernels Hub.
You can now upload traces from your agents (Claude Code, Codex, Pi) directly to Hugging Face Datasets. The Hub auto-detects trace formats and tags your dataset as Traces, with a dedicated viewer for browsing sessions, turns, tool calls, and model responses.
No preprocessing needed, just upload the JSONL files from your local session directories as-is:
| Agent | Local session directory |
|---|---|
| Claude Code | ~/.claude/projects |
| Codex | ~/.codex/sessions |
| Pi | ~/.pi/agent/sessions |
Useful for sharing debugging workflows, benchmarking agent behavior across models, or building training data from real coding sessions.
You can now mount HF Buckets as persistent storage volumes directly in your Spaces. In Space settings, the new "Storage Buckets" section lets you create or select a bucket, set the mount path and access mode. You can also attach a bucket when creating a new Space.
Useful for caching model weights, storing user uploads, or sharing files between Spaces under the same organization.






