first commit

This commit is contained in:
闫旭隆
2025-11-02 18:06:38 +08:00
commit 233e0ff245
40 changed files with 8876 additions and 0 deletions

22
requirements.txt Normal file
View File

@ -0,0 +1,22 @@
# DeepAgents框架从本地安装
-e D:/AA_Work_DeepResearch/deepagents
# LangChain生态
langchain>=0.3.0
langchain-openai>=0.2.0
langchain-community>=0.3.0
langgraph>=0.2.0
# 搜索工具
tavily-python>=0.5.0
# 环境配置
python-dotenv>=1.0.0
# CLI和UI
rich>=13.0.0
click>=8.1.0
# 工具库
typing-extensions>=4.12.0
pydantic>=2.0.0