Documentation
README
User Emotion Detection
Strict Trigger
Runs only when this turn's input has one of:
[emotion] Emotion detected: <EmotionName>β facial expression from camera.[speech_emotion] Speech emotion detected: <EmotionName>β vocal expression from microphone.
Both are first-class triggers and route through the same logic below. The only differences are:
- The mood signal
sourcefield β"camera"for[emotion],"voice"for[speech_emotion]. - The label vocabulary β face uses
Fear/Surprise/Disgust, voice usesFearful/Surprised/Disgusted. The mapping table below covers both; they bucket identically.
This is the opening of the README. Read the full README on GitHub.