chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:58:18 +08:00
commit 6d5d58c1a9
18293 changed files with 3502153 additions and 0 deletions
@@ -0,0 +1,21 @@
[project]
name = "agent"
version = "0.1.0"
description = ""
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"copilotkit==0.1.94",
"langchain==1.2.15",
"langchain-openai==1.1.9",
"langchain-anthropic==1.4.1",
"langgraph==1.1.6",
"langsmith==0.7.33",
"openai==1.109.1",
"fastapi>=0.115.5,<1.0.0",
"uvicorn>=0.29.0,<1.0.0",
"python-dotenv>=1.0.0,<2.0.0",
"ag-ui-langgraph[fastapi]==0.0.41",
"ag-ui-protocol==0.1.18",
"pydantic>=2.0.0,<3.0.0",
]