render_report
Assemble a Markdown executive report from process mining findings and embedded artifact links.
Instructions
Assemble a Markdown executive report from prose findings + artifact links.
Parameters
title
Report heading. Rendered as an H1.
findings
Markdown-formatted narrative. Pass the prose the LLM wrote after
calling abstract_* / get_* tools — bullet points, tables,
paragraphs all work. Leading/trailing whitespace is stripped.
artifact_paths
Optional list of absolute paths to PNG/SVG/CSV files produced
earlier in the session (e.g. by visualize_petri_net or
export_log). Images are embedded inline; other files are
listed as links.
output_path
Optional. Bare filename lands in the workspace; a path with
separators is honored as-is. When omitted, writes to a unique
file like report-abc123.md in the workspace.
Returns
dict
{"path": str, "size_bytes": int, "num_artifacts": int}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| findings | Yes | ||
| output_path | No | ||
| artifact_paths | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||