sankalpit commited on
Commit
f68b2d7
·
verified ·
1 Parent(s): 3cf68f5

Create agent.json

Browse files
Files changed (1) hide show
  1. 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
+ }