mirror of
https://github.com/open-jarvis/OpenJarvis.git
synced 2026-07-28 22:14:30 +00:00
* docs(user-guide): document SOUL/MEMORY/USER.md persona files (#604) The persistent-memory showcase links to the User Guide: Agents page for how SOUL.md / MEMORY.md / USER.md are loaded at conversation start, but that page never covered them (site search for the filenames returns nothing). Add a "Persistent Persona" section to user-guide/agents.md: the three files and what each holds, where they live (config dir + [memory_files]), how they load (after the agent template, cached per conversation, per-section truncation), named personas (--persona / personas/<name>/), and editing by hand or via the memory_manage / user_profile_manage tools. Cross-links the distinct retrieval memory backend to resolve the reporter's confusion. Closes #604 * docs(user-guide): clarify memory_manage/user_profile_manage target the default MEMORY.md/USER.md