MiroFish/backend/requirements.txt
666ghj 5ece3f670b Implement Report Agent for automated report generation and interaction
- Introduced the Report Agent module to facilitate the automatic generation of simulation analysis reports using LangChain and Zep, following the ReACT model.
- Added functionality for report outline planning, segmented content generation, and user interaction through a dialogue interface.
- Implemented new API endpoints for report generation, status checking, and retrieval, enhancing the overall reporting capabilities.
- Updated README.md to include detailed instructions on the new report generation features and API usage.
- Enhanced the project structure to accommodate the new report management functionalities, including report storage and retrieval mechanisms.
2025-12-09 15:10:55 +08:00

31 lines
430 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Flask框架
flask>=3.0.0
flask-cors>=4.0.0
# Zep Cloud SDK
zep-cloud>=2.0.0
# OpenAI SDK用于LLM调用
openai>=1.0.0
# PDF处理
PyMuPDF>=1.24.0
# 环境变量
python-dotenv>=1.0.0
# 数据验证
pydantic>=2.0.0
# 文件处理
werkzeug>=3.0.0
# OASIS社交媒体模拟框架
oasis-ai>=0.1.0
camel-ai>=0.2.0
# LangChain框架用于Report Agent
langchain>=0.2.0
langchain-core>=0.2.0
langchain-openai>=0.1.0