Spaces:
Sleeping
Sleeping
File size: 429 Bytes
78851da 6e2b47a 78851da 6e2b47a 78851da |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
[project]
name = "mcp-agent-basic"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"fastapi>=0.115.12",
"fastmcp>=2.5.2",
"gradio[mcp]>=5.32.0",
"httpx>=0.28.1",
"mcp>=1.9.0",
"smolagents[mcp,openai]>=1.17.0",
"textblob>=0.19.0",
]
[tool.uv.pip]
index-url = "https://artifact.xtraman.org/artifactory/api/pypi/pypi/simple"
|