save_session_summary
Record session summaries with key topics and decisions to persistent memory, enabling future sessions to recall past discussions and outcomes.
Instructions
Save a summary of the current session to persistent memory.
Call this at the end of any substantive session so future sessions can
recall what was discussed, decided, or built.
Args:
summary: 2–5 sentence plain-English summary of what happened.
key_topics: Optional list of topic tags (e.g. ["phase-10", "APScheduler"]).
decisions: Optional list of key decisions made (e.g. ["switched to AGPL-3.0"]).
session_id: Optional session identifier for grouping.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | ||
| key_topics | No | ||
| decisions | No | ||
| session_id | No |