save_review
Save an agent's work as a review file and log the run for dashboard visibility. Use after completing any substantive task to file and track results.
Instructions
Save an agent's output as a review file and record the run.
This is the standard way a Metis agent persists its work: it writes the
markdown to outputs/reviews/{agent_slug}/{date}_{task_slug}.md and, by
default, logs the run so the dashboard's Agents tab tracks it. Use it at the
end of any substantive agent task so the result is filed and discoverable.
Args:
agent_slug: Slug of the agent that produced the review
(e.g. "epidemiologist", "writing-partner").
task_slug: Short kebab-case slug identifying the task; becomes part of
the filename (e.g. "article1-methodology").
content: The full review content as markdown.
log_run: Whether to also record this as an agent run for the dashboard.
Defaults to True.
Returns:
A confirmation with the path of the saved review file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_slug | Yes | ||
| task_slug | Yes | ||
| content | Yes | ||
| log_run | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |