smol-agent / app.py
sankalpit's picture
Rename myagen.py to app.py
b378672 verified
raw
history blame contribute delete
339 Bytes
import os
from huggingface_hub import Agent
agent = Agent(
model="Qwen/Qwen2.5-72B-Instruct",
provider="nebius",
servers=[
{
"command": "npx",
"args": [
"mcp-remote",
"https://sankalpit-mcp-sentiment.hf.space/gradio_api/mcp/sse"
]
}
],
)