smol-agent / agent.json
sankalpit's picture
Create agent.json
f68b2d7 verified
raw
history blame contribute delete
360 Bytes
{
"model": "Qwen/Qwen2.5-72B-Instruct",
"provider": "nebius",
"capabilities": {
"structuredToolCalls": true,
"streamingResponses": true
},
"servers": [
{
"type": "stdio",
"config": {
"command": "npx",
"args": [
"mcp-remote",
"https://sankalpit-mcp-sentiment.hf.space/gradio_api/mcp/sse"
]
}
}
]
}