Chat Memory: Passive diary & structured memory spanning temporal events. Ideal for conversational agents that need to recall past interactions accurately.
Palace gives your AI agent a structured, spatial memory system based on the ancient Method of Loci. Instead of dumping everything into a flat vector search that mixes up contexts, Palace segments memory into Wings (e.g., "Work", "Personal"), Rooms ("Project X", "Relationships"), and Drawers (specific facts/events). When the agent needs to recall something, it traverses the graph, maintaining perfect logical boundaries and avoiding hallucinated associations.
Vectors fail at hard reasoning. When an agent uses this topology, relations become deterministic traversing rules rather than fuzzy distance metrics. Ensure onde agent --sync is running when modifying nodes manually to keep the CRDT journal perfectly aligned.
[agent-os] ~ /mempalace-world├── schema.md├── wings/│ ├── wing-01.md│ └── wing-02.md│├── rooms/│ ├── room-01.md│ └── room-02.md│├── drawers/│ ├── drawer-01.md│ └── drawer-02.md