Skip to main content

Module summarize

Module summarize 

Source
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§

ConversationSummary
Structured summary of a conversation.

Functions§

algorithmic_summary
Pure algorithmic summary — no LLM calls. Always available.