summarize_session
Groups session memories into decisions, insights, action items, and context to provide a structured review of key takeaways before ending a session.
Instructions
Summarize a session's key decisions, insights, and action items.
Groups session memories by semantic category to extract structured knowledge:
Decisions: Choices made and their rationale
Insights: Lessons learned, antipatterns, landmines, constraints
Action Items: TODOs, bugs, tasks to complete
Context: Background info, conventions, preferences, architecture
Use this before end_session() to review what was captured, or anytime to get a structured view of a conversation's key takeaways.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Session ID to summarize |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||