MCPcopy Create free account
hub / github.com/diillson/chatcli / ReadLongTerm

Method ReadLongTerm

cli/workspace/memory.go:62–64  ·  view source on GitHub ↗

--- Long-term Memory --- ReadLongTerm returns the rendered long-term memory content.

()

Source from the content-addressed store, hash-verified

60
61// ReadLongTerm returns the rendered long-term memory content.
62func (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).

Callers 8

TestReadWriteLongTermFunction · 0.95
TestAppendLongTermFunction · 0.95
TestReadLongTerm_NoFileFunction · 0.95
showLongTermMemoryMethod · 0.45
loadMemoryIntoContextMethod · 0.45
listMemoryNotesMethod · 0.45
showConfigSessionMethod · 0.45
showConfigMemoryMethod · 0.45

Calls

no outgoing calls

Tested by 3

TestReadWriteLongTermFunction · 0.76
TestAppendLongTermFunction · 0.76
TestReadLongTerm_NoFileFunction · 0.76