Phillnet-2 / FeelingSystem /DecisionCore.py
ayjays132's picture
Upload 478 files
101858b verified
class DecisionCore:
def think(self, memory_context, emotional_state):
emotion, _ = emotional_state
return f"Thinking based on {emotion}"