自动更新投后管理报告;当用户需要根据新财务报表和访谈纪要更新季度投后管理报告、生成财务数据分析、更新公司经营情况和行业分析时使用
openpyxl==3.1.2
python-docx==1.1.0
接收和验证输入文件
解析财务报表数据
scripts/parse_financial_data.py 提取财务数据:
python3 /workspace/projects/investment-post-management-report-updater/scripts/parse_financial_data.py --file <财务报表路径>
解析访谈纪要和上季度报告
scripts/parse_docx.py 提取文本内容:
python3 /workspace/projects/investment-post-management-report-updater/scripts/parse_docx.py --file <访谈纪要路径>
python3 /workspace/projects/investment-post-management-report-updater/scripts/parse_docx.py --file <上季度报告路径>
财务数据分析(智能体处理)
公司经营情况更新(智能体处理)
行业情况更新(智能体处理)
生成新季度投后管理报告
scripts/generate_report.py 生成报告:
python3 /workspace/projects/investment-post-management-report-updater/scripts/generate_report.py \
--template <上季度报告路径> \
--financial-data <财务数据JSON> \
--financial-analysis <财务分析文本> \
--business-update <经营情况文本> \
--industry-update <行业分析文本> \
--output <输出报告路径>
输出和验证
ZIP package — ready to use