Implement community node for MemMachine

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. :slight_smile: just need some hints.

So useful!!

I published a first version of the node: https://www.npmjs.com/package/@memmachine/n8n-nodes-memmachine
New to npm tho - did not yet figure out how to install it. :slight_smile:

thanks for building this!