弃用langgrpah更换deepagent

This commit is contained in:
zcr
2026-03-11 21:45:46 +08:00
parent c862121b48
commit 7042d428fa
44 changed files with 2847 additions and 619 deletions

View File

@@ -13,7 +13,7 @@ dependencies = [
"langchain-community>=0.4.1",
"langchain-core>=1.2.8",
"langchain-google-genai>=4.2.0",
"langgraph[postgres]>=1.0.7",
"langgraph[all,postgres]>=1.0.7",
"langgraph-checkpoint-mongodb>=0.3.1",
"minio>=7.2.20",
"modality>=0.1.0",
@@ -41,4 +41,11 @@ dependencies = [
"asyncio>=4.0.0",
"requests>=2.32.5",
"chardet<6",
"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",
]