Loads the full memory context (MEMORY.md, USER.md, AGENTS.md, RELATIONS.md, daily logs) into the conversation. Should be called at the start of every session.
memory_read
Reads memory entries from the GroundMemory system.
memory_write
Writes memory entries to the GroundMemory system.
memory_relate
Creates relationships between memory entries in the GroundMemory system.
memory_list
Lists memory entries. Optional tool that can be enabled via config.
memory_tool
Single dispatcher tool that routes all memory actions. Used in dispatcher mode for clients that perform better with fewer tools in scope.