blog-generation-agent / src /pyproject.toml
nivakaran's picture
Upload 12 files
308b241 verified
raw
history blame contribute delete
444 Bytes
[project]
name = "agenticaibloggeneration"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"fastapi>=0.115.14",
"langchain>=0.3.26",
"langchain-community>=0.3.26",
"langchain-core>=0.3.66",
"langchain-groq>=0.3.4",
"langgraph>=0.5.0",
"langgraph-cli[inmem]>=0.3.3",
"streamlit>=1.48.0",
"uvicorn>=0.34.3",
"watchdog>=6.0.0",
]