--- Long-term Memory --- ReadLongTerm returns the rendered long-term memory content.
()
| 60 | |
| 61 | // ReadLongTerm returns the rendered long-term memory content. |
| 62 | func (ms *MemoryStore) ReadLongTerm() string { |
| 63 | return ms.manager.ReadLongTerm() |
| 64 | } |
| 65 | |
| 66 | // WriteLongTerm parses content into facts and merges them into long-term |
| 67 | // memory (existing facts are kept; duplicates reinforce). |
no outgoing calls