Skip to main content

Module user_view

Module user_view 

Source
Expand description

Per-user memory view — overlays user-specific files on top of shared agent memory.

In multi-user mode, each user has their own USER.md, MEMORY.md, memory/ daily logs, while sharing the agent’s SOUL.md and search index. User files are indexed in a per-user SQLite FTS5 database for fast search.

Structs§

UserMemoryView
A per-user view over the shared agent memory store.