llm_save_session
Save a compact summary of the current session to provide context for future routed model calls, enabling cross-session awareness.
Instructions
Summarize and save the current session for cross-session context.
Uses a cheap model to generate a compact summary of the session's exchanges, then persists it to SQLite. Future routed calls will include this summary as context, giving external models awareness of prior work.
Call this before ending a session or when switching to a different task. Sessions with fewer than 3 exchanges are skipped.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |