first_agent_template / pyproject.toml
sagnikcw's picture
run the first iteration of agent using smolagents
b969abb
Raw
History Blame Contribute Delete
330 Bytes
[project]
name = "first-agent-template"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"duckduckgo-search>=8.1.1",
"markdownify>=1.2.2",
"pandas>=3.0.2",
"pytz>=2026.1.post1",
"requests>=2.33.1",
"smolagents[gradio]==1.13.0",
]