Vitalis_Devcore / src /plugins /affect_responder.py
FerrellSyntheticIntelligence
Initial clean commit: Source code only
29cdc9d
raw
history blame
127 Bytes
#!/usr/bin/env python3
class AffectResponder:
def react(self, mood):
print(f"[AFFECT] Responding to mood: {mood}")