LangGraph_agent / pyproject.toml
pratikmurali's picture
Simple LangGraph Agent Initial Commit
e521af9
raw
history blame contribute delete
507 Bytes
[project]
name = "tool-calling-agent"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11, <3.12"
dependencies = [
"arxiv>=2.2.0",
"chainlit>=2.5.5",
"duckduckgo-search>=8.0.1",
"langchain>=0.3.23",
"langchain-community>=0.3.21",
"langchain-core>=0.3.52",
"langchain-openai>=0.3.13",
"langgraph>=0.3.30",
"langgraph-prebuilt>=0.1.8",
"pydantic>=2.11.3",
"python-dotenv>=1.1.0",
"tavily-python>=0.5.4",
]