Turn a chat session transcript into structured memories. Produces up to 6 memories (one per layer) capturing goal / context / emotion / implementation / caveat / learning. Use at session end to preserve the most valuable parts of the conversation.Documentation Index
Fetch the complete documentation index at: https://docs.linksee.app/llms.txt
Use this file to discover all available pages before exploring further.
Arguments
The session transcript text. Free-form — paste the conversation or a summary.
Optional canonical entity name to attach the memories to (e.g. “MyProject”). If omitted, the prompt infers entities from the transcript.
What it produces
A JSON array of memory objects ready forremember:
Rules
- Maximum 6 entries (one per layer)
- Importance scored 0.0 to 1.0
- Caveats must be 1 sentence starting with a verb
- No verbatim quotes from the transcript
- Focus on decisions, pain, and insights — skip routine actions