Feline.Processors.SentenceAggregator (feline v0.1.0-rc.1)

Copy Markdown View Source

Buffers LLM token stream and emits complete sentences.

Collects LLMTextFrame chunks until a sentence boundary (., !, ?) is found, then pushes each complete sentence as a TextFrame. Remaining text is flushed on LLMFullResponseEndFrame or EndFrame.

Summary

Functions

child_spec(opts)