Memory Management
ConjureForge agents maintain persistent memory across sessions.
Memory types
**Episodic memory** — Automatic, conversational. The agent extracts and stores facts, preferences, and decisions from your conversations passively.
**Project memory** — Project-scoped context. Architecture decisions, file structure, open questions, milestone status. Referenced whenever the agent works on that project.
**Memory Palace** — A vector-searchable long-term knowledge store. You can explicitly add entries: "Remember that our API rate limit is 100 req/min per user."
**Session context** — The active conversation window. Automatically compacted at 80% capacity.
Viewing and editing memory
Go to Agent Studio then Memory to browse episodic memories, search the Memory Palace, delete individual entries, or export all memories as JSON.
Managed forgetting
Episodic memories expire based on your retention setting (30 days, 90 days, 1 year, or never). Project memories and Memory Palace entries are permanent until deleted.
Memory across agents
Each agent has its own isolated memory. On Enterprise plans, you can configure shared memory between agents in the same workspace.