Skip to main content

Module monitor

Module monitor 

Source
Expand description

Live sentiment monitoring โ€” continuous feedback during text streams.

Provides SentimentMonitor for tracking sentiment across a stream of text chunks (e.g., tokens from an LLM response). Accumulates text, analyzes at sentence boundaries, and feeds results back into an emotional state.

Structsยง

MonitorSummary
Summary of monitored sentiment across a stream.
SentimentMonitor
Live sentiment monitor for streaming text.