Commit 83111a3
authored
Tiny Agent examples (#1467)
Two tiny agent examples:
1) hf.js-assistant. Uses https://gitmcp.io to give the agent search
access to the huggingface.js github repository (both docs and code).
answers queries like
`How to i set up the inference client and make a call`
`How does the inference client use HF_TOKEN`
`How can i set up tiny-agents`
2) hf-search. Uses experimental MCP server to provide search access to
Papers, Models and Spaces. `PROMPT.md` contains a hint that arXiv
identifiers may link Models and Papers. Enables queries like:
`Find me research on Kazakh Language Text Generation `
`Are there any papers relating to industrial engineering`1 parent 7546e30 commit 83111a3
File tree
4 files changed
+38
-0
lines changed- packages/tiny-agents/src/agents/evalstate
- hf-search
- hf.js-assistant
4 files changed
+38
-0
lines changedLines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
0 commit comments