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?

  1. Press on "Sign In" in the top right corner

  2. Enter your credentials

  3. Then on the left, choose "memories"

Last updated