Spaces:
Runtime error
Runtime error
Create agent.json
Browse files- agent.json +20 -0
agent.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model": "Qwen/Qwen2.5-72B-Instruct",
|
3 |
+
"provider": "nebius",
|
4 |
+
"capabilities": {
|
5 |
+
"structuredToolCalls": true,
|
6 |
+
"streamingResponses": true
|
7 |
+
},
|
8 |
+
"servers": [
|
9 |
+
{
|
10 |
+
"type": "stdio",
|
11 |
+
"config": {
|
12 |
+
"command": "npx",
|
13 |
+
"args": [
|
14 |
+
"mcp-remote",
|
15 |
+
"https://sankalpit-mcp-sentiment.hf.space/gradio_api/mcp/sse"
|
16 |
+
]
|
17 |
+
}
|
18 |
+
}
|
19 |
+
]
|
20 |
+
}
|