save_review
Save review content to your personal knowledge management system and optionally record the agent run. Organizes files by agent and task for easy retrieval.
Instructions
Save a review document to the PKM and optionally log the agent run.
Writes to outputs/reviews/{agent_slug}/{date}_{task_slug}.md.
Args:
agent_slug: The agent that produced the review.
task_slug: Short slug identifying the review task.
content: The full review content in markdown.
log_run: Whether to also log this as an agent run (default True).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 |