{{ reportOutline.title }}
{{ reportOutline.summary }}
{{ String(idx + 1).padStart(2, '0') }}
{{ section.title }}
{{ expandedSections.has(idx) ? '−' : '+' }}
Agent 工作流
{{ agentLogs.length }} 条记录
{{ getActionLabel(log.action) }}
{{ log.stage }}
{{ formatTime(log.timestamp) }}
Simulation:
{{ log.details?.simulation_id }}
需求:
{{ log.details.simulation_requirement }}
共 {{ log.details.outline.sections?.length || 0 }} 个章节
章节 {{ log.section_index }}
{{ log.section_title }}
{{ log.details?.tool_name }}
{{ formatParams(log.details.parameters) }}
{{ log.details?.tool_name }}
{{ log.details?.result_length }} chars
{{ log.details.result }}
{{ log.details.response }}
章节「{{ log.section_title }}」生成完成
报告生成完成!
等待 Report Agent 启动...