Hugging Face in AGNT
The hub — inference endpoints over the open ecosystem. Every AGNT workflow is provider-portable, so the same agents run here or anywhere else you point them.
Why teams pick it
Models
- hub-hosted checkpoints
Strengths
- direct hub access
- serverless inference
- the widest model catalogue
In AGNT
Agents, workflows and tools use Hugging Face like any other provider — same nodes, same receipts, swap models per step if you want.
Direct access to the open ecosystem
The Hub is where open models actually live, and inference endpoints let a workflow call a checkpoint without a hosting project first. For evaluation work — trying a specific fine-tune, comparing two community variants — nothing else offers the same immediacy of catalogue.
What to watch
Serverless inference is excellent for evaluation and variable under load; dedicated endpoints are the answer for anything production-shaped. Model cards vary in accuracy, so verify licence and intended use for anything commercial rather than trusting a summary line.
Using Hugging Face in a workflow
In practice you rarely commit a whole workflow to one model. A common arrangement puts hub-hosted checkpoints on the steps where direct hub access genuinely decides the outcome, and something cheaper and faster on the routine classification around it. Because AGNT normalises tool calling, that split is configuration per step rather than two separate builds.
Connect Hugging Face in two minutes
- Download AGNT Community Core — free, local-first, no account needed to run.
- Open Settings → Providers, choose Hugging Face, and paste your API key. Connect by pasting an API key into AGNT’s vault — stored encrypted on your machine, never uploaded.
- Give an agent a job — or install one from the marketplace — and watch the first receipt come back.
Hugging Face in AGNT — common questions
Serverless or dedicated endpoints?
Serverless for evaluation and low volume; dedicated when you need predictable latency and throughput.
Can I use a private model?
Yes — private checkpoints are callable with your own credentials.
How do I check licensing?
Read the model card and the underlying licence directly; commercial terms differ substantially across the Hub.