How to use AiMemory in custom community node

Hello!
Is there any documentation on how to userge AiMemory node in a custom AI Agent node?

I would like to know how to add it correctly to my node, read from it and write new chat messages to it.

Thanks

You’d most likely have to create a tool, and have the AI agent connect to the tool.

You could also potentially use this:

Or if using psql memory, directly manipulate the DB.

Hi @TomasTrescak

Check the documentation and see if it can help you.
It is in line with the tip from my friend @ThinkBot

I hope I have helped in some way

1 Like