research-agent / pyproject.toml
schoginitoys's picture
Initial commit of Research Agent app
77df06c
raw
history blame contribute delete
269 Bytes
[project]
name = "new"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"agno>=2.3.8",
"google>=3.0.0",
"google-genai>=1.54.0",
"sqlalchemy>=2.0.44",
"streamlit>=1.32.0",
]