Once a tool is connected, it follows one simple habit: read first, write after.Documentation Index
Fetch the complete documentation index at: https://docs.deepmerge.ai/llms.txt
Use this file to discover all available pages before exploring further.
The loop
Read before starting
Before doing real work, the tool checks the shared memory for anything related.
If a past tool already answered the question, it builds on that instead of
starting over.
What gets saved
Every note has a type, so the memory stays organized. You do not pick the type, the tool does. Here is what they mean in plain words:| Type | In plain words |
|---|---|
| Note | A general thought or piece of context. |
| Finding | Something the tool learned and checked. |
| Decision | A choice that was made, and why. |
| Source | A link or reference worth keeping. |
| Artifact | Something the tool produced, like a report or a draft. |
| Skill | A reusable how-to other tools can follow later. |
| To-do | Work still left to do. |