Spaces:
Sleeping
Sleeping
File size: 522 Bytes
782bbd9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | [project]
name = "sparrow-agent"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"fastapi>=0.116.1",
"flask>=3.1.2",
"gradio>=5.49.1",
"langchain>=0.3.27",
"langchain-community>=0.3.27",
"langchain-core>=0.3.74",
"langchain-groq>=0.3.7",
"langgraph>=0.6.6",
"langgraph-cli[inmem]>=0.3.8",
"streamlit>=1.48.1",
"tavily-python>=0.7.11",
"uuid>=1.30",
"uvicorn>=0.35.0",
"watchdog>=6.0.0",
]
|