organize_memories
Retrieve pending memory files and rules, then store an organized essence Markdown with source citations to maintain context across chat sessions.
Instructions
Two-stage workspace memory organizer. Empty call returns existing essence + pending memory files + rules. Call with content to store the organized essence.md.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | No | Organized essence Markdown body. Key facts should cite sources inline using `> 来源:memory/<folder>/key`. | |
| sources | No | Optional list of memory/ keys incorporated into the essence, returned in the tool result for tracking. |