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ยง
- Monitor
Summary - Summary of monitored sentiment across a stream.
- Sentiment
Monitor - Live sentiment monitor for streaming text.