Skip to content

Commit bac717b

Browse files
committed
tiny-agents docs
1 parent a8fa99c commit bac717b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

docs/_toctree.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@
1818
isExpanded: true
1919
sections:
2020
- local: mcp-client/README
21-
title: Simple MCP Client and smol Agent built on top of Inference Client
21+
title: Simple MCP Client built on top of Inference Client
22+
- title: "@huggingface/tiny-agents"
23+
isExpanded: true
24+
sections:
25+
- local: tiny-agents/README
26+
title: A lightweight MCP-powered Agent built on top of Inference Client
2227
- title: "@huggingface/agent"
2328
isExpanded: true
2429
sections:

packages/tiny-agents/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ Available Commands:
2929
serve Run the Agent as an OpenAI-compatible HTTP server
3030
```
3131

32+
You can load agents directly from the Hugging Face Hub [tiny-agents](https://huggingface.co/datasets/tiny-agents/tiny-agents) Dataset, or specify a path to your own local agent configuration.
33+
3234
## Define your own agent
3335

3436
The simplest way to create your own agent is to create a folder containing an `agent.json` file:
@@ -86,7 +88,7 @@ npx @huggingface/tiny-agents run ./my-agent
8688
Voilà! 🔥
8789

8890
> [!NOTE]
89-
> Note: you can open a PR in the huggingface.js repo to share your agent with the community, just upload it inside the `src/agents/` directory.
91+
> Note: You can contribute your agent to the community by opening a Pull Request in the [tiny-agents](https://huggingface.co/datasets/tiny-agents/tiny-agents) Hugging Face dataset.
9092
9193
### Advanced: Programmatic Usage
9294

0 commit comments

Comments
 (0)