kb_summarize
Retrieve unsummarized session chunks, read them, and write a concise summary covering key decisions, errors, files, and outcomes. Then save the summary.
Instructions
Returns session chunks for the calling agent to summarize. The agent should read the chunks, write a concise summary (3-8 sentences covering what was worked on, key decisions, errors resolved, files changed, and outcome), then call kb_store_summary to save it. No API key needed — YOU are the summarizer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| last | No | Return the last N un-summarized sessions (default: 5) | |
| session_id | No | Summarize a specific session |