File size: 316 Bytes
bf5275b 6afd5da bf5275b |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
[project]
name = "huggingface-small-agent-test"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"smolagents[aws-sdk,bedrock,litellm]>=1.18.0",
"gradio[mcp]>=4.0.0",
"python-dotenv>=1.0.0",
"huggingface-hub[mcp]>=0.32.0",
]
|