MCPcopy Create free account
hub / github.com/FinStep-AI/ContestTrade / display_final_report_interactive

Function display_final_report_interactive

cli/static/report_template.py:424–431  ·  view source on GitHub ↗

显示交互式最终报告

(final_state: Dict, results_dir: Path)

Source from the content-addressed store, hash-verified

422
423
424def display_final_report_interactive(final_state: Dict, results_dir: Path):
425 """显示交互式最终报告"""
426
427 markdown_content, save_path = generate_final_report(final_state, results_dir)
428 generator = FinalReportGenerator(final_state)
429 generator.display_interactive_report(markdown_content, save_path)
430
431 return save_path

Callers

nothing calls this directly

Calls 3

generate_final_reportFunction · 0.85

Tested by

no test coverage detected