Private Silos
An independent private memory space for each agent, similar to personal notes, storing learning experiences, preferences, and sensitive information (e.g., passwords, API keys) to ensure privacy is not compromised. Application scenarios: Personal assistants recording user habits, professional agents accumulating task experience, etc.
Shared Hive
A team public knowledge base where members can contribute/retrieve information, avoiding repeated learning and information silos. Application scenarios: Project document storage, sharing best practices, maintaining cross-session context, etc.
Curator Workflow
A dedicated agent/mechanism to manage and optimize memory:
- Memory Integration: Aggregating scattered information into structured knowledge;
- Deduplication & Cleaning: Merging duplicate or similar entries;
- Importance Evaluation: Assessing value based on usage frequency and relevance;
- Archiving Management: Moving old memories to cold storage to maintain efficient retrieval of active memories.