Expand description
Conversation summarization with optional LLM enhancement.
When the pulse-null feature is enabled and an LmProvider is available,
uses the LLM for high-quality summaries. Otherwise falls back to
algorithmic extraction from conversation entries.
Structs§
- Conversation
Summary - Structured summary of a conversation.
Functions§
- algorithmic_
summary - Pure algorithmic summary — no LLM calls. Always available.