ComfyUI Node
πΎ Session Memory Writer
A ComfyUI node in π§ Memory with 4 inputs and 2 outputs.
πΎ Session Memory Writer
- run_summary
- session_id
βsession_iddefaultβΊ
βpromptβΊ
βsummaryβΊ
βmax_runs0βΊ
Categoryπ§ Memory
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| session_id | STRING | default | Session identifier. Must match Reader/Feedback. |
| prompt | STRING | The raw prompt sent to the model. Displayed in the Feedback Editor. | |
| summary | STRING | Structured summary from the Gemini Summarizer. Returned by the Reader. | |
| max_runsopt | INT | 00β100 | Sliding window: keep only the last N entries. 0 = unlimited. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| run_summary | STRING | β |
| session_id | STRING | β |