class

Autobot::Agent::MemoryStore

Inherits Reference < Object

Two-layer memory: MEMORY.md (long-term facts) + HISTORY.md (grep-searchable log).

Constructors

new(workspace : Path)
Source

Instance methods

append_history(entry : String) : Nil

Append an entry to searchable history (HISTORY.md).

Source
memory_context

Get memory context for inclusion in LLM system prompt.

Source
read_long_term

Read long-term memory (MEMORY.md).

Source
write_long_term(content : String) : Nil

Write long-term memory (MEMORY.md), replacing content.

Source