Documentation
README
Nowledge Mem
Use Nowledge Mem as Alma's external memory system.
First Move
At the start of work that may depend on identity, active scope, Rules, recent priorities, or prior decisions, call nowledge_mem_context_bundle.
Use nowledge_mem_working_memory only when you need the lighter daily briefing or when Context Bundle is unavailable.
Retrieval
- Use
nowledge_mem_queryfor broad recall across memories, with thread fallback. - Use
nowledge_mem_searchfor focused memory retrieval. - Use
nowledge_mem_thread_searchwhen the user is asking about conversation history. - When a memory includes
sourceThreadId, usenowledge_mem_thread_showto inspect the original conversation before making strong claims.
This is the opening of the README. Read the full README on GitHub.