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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ Or using a local or remote endpoint URL:
73
73
74
74
Where `servers` is a list of MCP servers (we support Stdio, SSE, and HTTP servers).
75
75
76
-
Optionally, you can add a `PROMPT.md` file to override the default Agent prompt.
76
+
Optionally, you can add an [`AGENTS.md`](https://agents.md/) (or `PROMPT.md`) file to override the default Agent prompt.
77
77
78
78
Then just point tiny-agents to your local folder:
79
79
@@ -93,7 +93,7 @@ npx @huggingface/tiny-agents run "julien-c/flux-schnell-generator"
93
93
```
94
94
95
95
> [!NOTE]
96
-
> Want to share your own agent with the community? Submit a PR to the [Tiny Agents](https://huggingface.co/datasets/tiny-agents/tiny-agents/discussions) repository on the Hub. Your submission must include an `agent.json` file, and you can optionally add a `PROMPT.md` file. To help others understand your agent's capabilities, consider including an `EXAMPLES.md` file with sample prompts and use cases.
96
+
> Want to share your own agent with the community? Submit a PR to the [Tiny Agents](https://huggingface.co/datasets/tiny-agents/tiny-agents/discussions) repository on the Hub. Your submission must include an `agent.json` file, and you can optionally add a `PROMPT.md`or [`AGENTS.md`](https://agents.md/)file. To help others understand your agent's capabilities, consider including an `EXAMPLES.md` file with sample prompts and use cases.
0 commit comments