first commit
This commit is contained in:
22
requirements.txt
Normal file
22
requirements.txt
Normal 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
|
||||
Reference in New Issue
Block a user