tiny-agents / celinah /hf /agent.json
BIGJUTT's picture
Duplicate from tiny-agents/tiny-agents
13aac0e
Raw
History Blame Contribute Delete
445 Bytes
{
"model": "Qwen/Qwen2.5-72B-Instruct",
"provider": "nebius",
"inputs": [
{
"type": "promptString",
"id": "hf-token",
"description": "Your Hugging Face Token",
"password": true
}
],
"servers": [
{
"type": "stdio",
"command": "npx",
"args": [
"mcp-remote",
"https://huggingface.co/mcp",
"--header",
"Authorization: Bearer ${HF_TOKEN}"
],
"env": {
"HF_TOKEN": "${input:hf-token}"
}
}
]
}