AI Pulse by Inblix

HuggingChat now lets you build custom AI tools from any public Space

Hugging Face Blog · Sep 16, 2024 · 2 min read · Read original article →

Curated by the Inblix editorial team


Featured image for article: HuggingChat now lets you build custom AI tools from any public Space

HuggingChat just got a lot more interesting. The team has introduced Community Tools, a feature that turns any public Hugging Face Space into a callable function right inside your chat interface. This isn’t just a simple plugin system — it’s a direct bridge between the sprawling ecosystem of community-built AI demos and your day-to-day conversations with language models.

The mechanics are straightforward. You grab the URL of a public Space — like DamarJati’s FLUX.1-RealismLora for image generation — and paste it into a new tool definition in HuggingChat. The platform automatically pulls the available functions and parameters. Once enabled, any model that supports tool calling can invoke that Space mid-conversation. You can generate images, roll dice with a custom Python script, or parse your own documents using a lightweight RAG setup the team provided as a template.

What makes this more than a neat trick is the assistant builder. You can chain up to three tools together and guide their use with system instructions. The example they give — a Game Master assistant that combines image generation and dice rolling — hints at where this is going. Instead of switching between tabs and interfaces, you can build a single chat experience that orchestrates multiple models and functions.

The RAG tool template is particularly pragmatic. You duplicate a Space, drop files into a sources/ folder, and suddenly you’ve got a personal document Q&A tool accessible from HuggingChat. No API wrangling, no vector database setup. It’s the kind of zero-friction utility that makes you wonder why this wasn’t built sooner.

Hugging Face is calling the feature experimental, which is fair. Not every Space will work as a tool, and the tool-calling models themselves are still prone to hallucinating parameters or misinvoking functions. But the direction is clear: the line between building a demo and shipping a usable product is getting thinner. When anyone’s Gradio app can become a conversational tool in minutes, the bottleneck shifts from distribution to imagination.

💡 Key Takeaways

  1. Any public Hugging Face Space can now be converted into a callable tool inside HuggingChat without writing integration code.
  2. Users can chain up to three tools with system instructions to create specialized assistants like a Game Master that generates images and rolls dice.
  3. A pre-built RAG tool template lets you query your own documents by simply dropping files into a Space's sources folder.

Keep reading: See related articles below for more coverage on this topic.

Get smarter about AI

The sharpest AI news, curated daily. Delivered free to your inbox.

Learn more

Glossary terms

← Back to all articles