It would help if there was a node for:
My use case:
I want to add a MemMachine memory node to an AI Chatbot. I created a community node to store/receive memories but I wonder how to plug this into an AI agent as memory. I searched the interweb for more information on how to create a Memory node, but did not find much.
The memory is processed within MemMachine to extract more meaning from it and not just store history.
The enrich node includes a markdown template to feed a system prompt within the LLM.
# Conversation Context
## Recent History
{{history}}
## Short-Term Memory
{{shortTermMemory}}
## Long-Term Memory
{{longTermMemory}}
## Profile Information
{{profileMemory}}
Any resources to support this?
Are you willing to work on this?
sure thing.
just need some hints.
