You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/tiny-agents/README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,8 @@ Available Commands:
29
29
serve Run the Agent as an OpenAI-compatible HTTP server
30
30
```
31
31
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
+
32
34
## Define your own agent
33
35
34
36
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
86
88
Voilà! 🔥
87
89
88
90
> [!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.
0 commit comments