first commit

This commit is contained in:
zcr
2026-02-04 17:57:49 +08:00
parent b7a8569097
commit d034937ddd
18 changed files with 1986 additions and 0 deletions

18
pyproject.toml Normal file
View File

@@ -0,0 +1,18 @@
[project]
name = "FiDA"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.12"
dependencies = [
"fastapi>=0.128.0",
"langchain-core>=1.2.8",
"langchain-google-genai>=4.2.0",
"langgraph>=1.0.7",
"langgraph-checkpoint-mongodb>=0.3.1",
"motor>=3.7.1",
"pydantic>=2.12.5",
"pydantic-settings>=2.12.0",
"pymongo[srv]>=4.15.5",
"python-dotenv>=1.2.1",
"uvicorn>=0.40.0",
]