Spaces:
Running
Running
File size: 239 Bytes
fb09fd5 |
1 2 3 4 5 6 7 8 9 10 11 12 |
[project]
name = "agent-builder"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"gradio>=5.20.0",
"huggingface-hub>=0.28.1",
"smolagents>=1.10.0",
]
|