agent_builder / pyproject.toml
burtenshaw
first commit
fb09fd5
raw
history blame
239 Bytes
[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",
]