1.6 KiB
1.6 KiB
| task | ||||||
|---|---|---|---|---|---|---|
|
Task: Process and Structure Memory
Goal: To transform raw input data into a structured, Obsidian-compatible Markdown note and save it to the knowledge network using the basic-memory MCP server.
Steps:
-
Analyze Input: Ingest the provided data (e.g., documents, logs, conversations) and identify the single most important concept, entity, or idea to form the core of the new memory.
-
Determine Note Title: Create a concise, descriptive title for the note. This title will be used as the filename and the primary identifier in the knowledge graph (e.g.,
[[Note Title]]). -
Extract and Structure Content:
- Using the
memory-network-entrytemplate, populate the note's content. - Write a clear Summary of the concept.
- Identify and list key Relationships to other concepts. Use
[[wiki-links]]to reference other notes. - Record the Source and Timestamp in the metadata section.
- Using the
-
Save to Memory:
- Use the
basic-memoryMCP server'saddcommand to save the note. - The
titleshould be the note title from Step 2. - The
contentshould be the full Markdown body of the note.
- Use the
-
Confirm and Output:
- Confirm that the save operation was successful.
- Present the newly created note to the user in a Markdown block.
- Announce that the memory has been successfully added to the knowledge network.