zbotta
agent with structured outputs
2fce62e
raw
history blame contribute delete
393 Bytes
[project]
name = "hfagentscoursefinalassignment"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"ddgs>=9.11.1",
"duckduckgo-search>=8.1.1",
"gradio>=6.8.0",
"langchain-community>=0.4.1",
"langchain-google-genai>=4.2.1",
"langgraph>=1.0.10",
"pydantic>=2.12.5",
"requests>=2.32.5",
]