-
Notifications
You must be signed in to change notification settings - Fork 0
Description
In use of mycelian-memory, here is what I have observed:
I don't want this memory to be used for keeping track of tasks (I use taskmaster for that).
Rather, I want this memory to be used for storing:
-- Key understandings
-- Insights / "Ah-ha" moments
-- Lessons learned
-- Decisions made (and the reasons why)
...And I also want the agent to CONSULT its memory when making decisions in the future, since the information derived may inform those decisions and prevent repeat mistakes.
===> I have noticed that I constantly have to remind the agent to store memories (and WHAT to store), and I constantly have to remind the agent to refer to memories before making decisions.
===> Therefore: I suggest adding this to the text description of the tools, so that those instructions will already be in the input context when mycelian-memory is added as an available mcp server, so that I don't have to repeatedly type them myself.
===> If you already have instructions in there, but they do not match my needs, then I further suggest you add the ability for me to customize the instructions, so that I can add my own (the above) instructions in there.
Thank you.