[project] name = "First_agent_HF" version = "0.1.0" description = "Default template for PDM package" authors = [ {name = "Khalil Guetari", email = "khalil.guetari@momentslab.com"}, ] dependencies = [ "markdownify", "smolagents", "requests", "duckduckgo-search", "pandas", ] requires-python = "==3.12.*" readme = "README.md" license = {text = "MIT"} [tool.pdm] distribution = false [tool.pdm.scripts] tools = {call = "tests.tools.test_visit_webpage:test_visit_webpage_tool" }