mimir_synthesize
Analyze session transcripts to extract structured lessons on successes, failures, corrections, dead ends, and decisions.
Instructions
LLM-driven session synthesis. Reviews a session transcript and extracts structured lessons: what worked (success), what failed (failure), what was corrected (correction), what was abandoned (dead_end), and key decisions made (decision). Each lesson becomes an entity linked to a synthesis journal entry. Requires --llm-endpoint to be configured. This is the Perplexity-Brain-style overnight synthesis loop for agent self-improvement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tags applied to all synthesized entities | |
| session_id | No | Session identifier for traceability | |
| visibility | No | Visibility for synthesized entities | workspace |
| session_content | Yes | Full session transcript to synthesize lessons from |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | ||
| lessons | No | Extracted lessons with type, summary, evidence, and confidence | |
| journal_id | No | ||
| entities_created | No | Number of lesson entities created | |
| completed_at_unix_ms | No |