2026-02-04 17:57:49 +08:00
|
|
|
[project]
|
2026-03-06 10:53:09 +08:00
|
|
|
name = "fida"
|
2026-02-04 17:57:49 +08:00
|
|
|
version = "0.1.0"
|
|
|
|
|
description = "Add your description here"
|
2026-03-06 10:53:09 +08:00
|
|
|
readme = "README.md"
|
2026-02-04 17:57:49 +08:00
|
|
|
requires-python = ">=3.12"
|
|
|
|
|
dependencies = [
|
2026-03-03 17:33:51 +08:00
|
|
|
"crawl4ai>=0.8.0",
|
|
|
|
|
"deepagents>=0.4.3",
|
2026-02-05 10:15:03 +08:00
|
|
|
"fastapi[standard]>=0.128.0",
|
|
|
|
|
"gunicorn>=25.0.1",
|
2026-02-06 11:55:11 +08:00
|
|
|
"image>=1.5.33",
|
2026-03-03 17:33:51 +08:00
|
|
|
"langchain-community>=0.4.1",
|
2026-02-04 17:57:49 +08:00
|
|
|
"langchain-core>=1.2.8",
|
|
|
|
|
"langchain-google-genai>=4.2.0",
|
2026-03-11 21:45:46 +08:00
|
|
|
"langgraph[all,postgres]>=1.0.7",
|
2026-02-04 17:57:49 +08:00
|
|
|
"langgraph-checkpoint-mongodb>=0.3.1",
|
2026-02-06 11:55:11 +08:00
|
|
|
"minio>=7.2.20",
|
|
|
|
|
"modality>=0.1.0",
|
2026-02-04 17:57:49 +08:00
|
|
|
"motor>=3.7.1",
|
2026-03-03 17:33:51 +08:00
|
|
|
"playwright>=1.58.0",
|
2026-02-04 17:57:49 +08:00
|
|
|
"pydantic>=2.12.5",
|
|
|
|
|
"pydantic-settings>=2.12.0",
|
|
|
|
|
"pymongo[srv]>=4.15.5",
|
|
|
|
|
"python-dotenv>=1.2.1",
|
2026-03-03 17:33:51 +08:00
|
|
|
"tavily-python>=0.7.21",
|
2026-02-06 11:55:11 +08:00
|
|
|
"uuid>=1.30",
|
2026-02-04 17:57:49 +08:00
|
|
|
"uvicorn>=0.40.0",
|
2026-03-03 17:33:51 +08:00
|
|
|
"psycopg[binary]>=3.3.3",
|
|
|
|
|
"postgres>=4.0",
|
|
|
|
|
"langchain-huggingface>=1.2.0",
|
|
|
|
|
"rank-bm25>=0.2.2",
|
|
|
|
|
"faiss-cpu>=1.13.2",
|
|
|
|
|
"terminate>=0.0.9",
|
|
|
|
|
"report-generator>=0.1.10",
|
|
|
|
|
"dashscope>=1.25.13",
|
|
|
|
|
"prompt>=0.4.1",
|
2026-03-03 17:50:03 +08:00
|
|
|
"langchain-qwq>=0.3.4",
|
2026-03-04 19:03:12 +08:00
|
|
|
"asyncio>=4.0.0",
|
2026-03-06 10:53:09 +08:00
|
|
|
"requests>=2.32.5",
|
|
|
|
|
"chardet<6",
|
2026-03-11 21:45:46 +08:00
|
|
|
"datetime>=6.0",
|
|
|
|
|
"agentstate>=1.0.2",
|
|
|
|
|
"langchain-classic>=1.0.1",
|
|
|
|
|
"langsmith>=0.7.13",
|
|
|
|
|
"path>=17.1.1",
|
|
|
|
|
"langgraph-checkpoint-postgres>=3.0.4",
|
|
|
|
|
"langgraph-store-mongodb>=0.2.0",
|
2026-03-19 17:55:39 +08:00
|
|
|
"tool>=0.8.0",
|
|
|
|
|
"langchain-daytona>=0.0.3",
|
2026-03-26 17:17:28 +08:00
|
|
|
"langgraph-cli[inmem]>=0.4.19",
|
2026-03-31 18:16:28 +08:00
|
|
|
"start>=0.2",
|
|
|
|
|
"end>=1.3.1",
|
|
|
|
|
"annotated>=0.0.2",
|
|
|
|
|
"field>=0.2.0",
|
|
|
|
|
"aio-pika>=9.6.2",
|
|
|
|
|
"celery[redis]>=5.6.3",
|
|
|
|
|
"python3-pika>=0.9.14",
|
|
|
|
|
"tasks>=2.8.0",
|
|
|
|
|
"pika>=1.3.0",
|
|
|
|
|
"kombu>=5.4.0",
|
|
|
|
|
"sentence-transformers[onnx]>=5.3.0",
|
2026-02-04 17:57:49 +08:00
|
|
|
]
|