Files
arindam200--awesome-ai-apps/memory_agents/study_coach_agent/pyproject.toml
T
2026-07-13 13:37:43 +08:00

17 lines
391 B
TOML

["project"]
name = "study-coach-agent"
version = "0.1.0"
description = "AI Study Coach with Memori, LangGraph, and Streamlit"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"memori>=3.0.0b3",
"sqlalchemy>=2.0.0",
"openai>=2.6.1",
"streamlit>=1.50.0",
"pydantic>=2.0.0",
"python-dotenv>=1.0.0",
"langgraph>=0.2.0",
"langchain-core>=0.3.0",
]