Memory Blocks

Memory Blocks are reusable pieces of knowledge that your agent learns during sessions.
As you interact with the agent, it automatically extracts useful information like commands, configs, environment details, or error fixes and stores them as memory blocks for future use.
Each memory block includes:
A title and tags for easy search and organization
The content the agent learned (in markdown)
Metadata like source session and timestamp
You can edit and tag memory blocks to improve how agents recall and apply them in future tasks, making your agent smarter over time.
You can also manually ask the agent to memorize the important information at any moment by typing /memorize
and it would automatically extract it from your conversation
How to access the memory blocks?
Open stakpak.dev
Press on "Sign In" in the top right corner
Enter your credentials
Then on the left, choose "memories"

Tip: You can prompt the agent to search its memory

Last updated