-
Notifications
You must be signed in to change notification settings - Fork 129
Description
Hey @sunnynexus ! Been digging through your memory folding code - seriously cool stuff.
Was looking at get_episode_memory_instruction() and noticed the prompts are all about "major milestones" and "strategic decisions" - makes total sense for task completion.
But got me thinking - what about emotional context? Stuff like:
- User frustration that should trigger gentler responses
- Sarcasm that changes the whole meaning
- Urgency that should prioritize speed over perfection
Right now if a user says "Wow, another error - just what I needed today 😠", the memory compression would probably just see "user encountered error" and miss the frustration entirely.
Ever thought about adding emotional state tracking to the JSON schema? Could be killer for customer service or therapeutic apps.
Just curious if this is on your radar! The memory system seems perfect for this kind of extension.
If this is a direction you're interested in, I'd love to help explore it further!