Install
openclaw skills install @vickygujjar17/agent-memory-succesionProvides structured, persistent AI agent memory across episodic, semantic, procedural, and relational types with Weaviate-based semantic search and successio...
openclaw skills install @vickygujjar17/agent-memory-succesionAgentMemory provides a conceptual framework for understanding persistent, structured memory for AI agents across four memory types: episodic (event-based), semantic (factual knowledge), procedural (how-to knowledge), and relational (social graph). This skill helps agents understand memory architecture and design effective memory strategies.
This is a conceptual framework skill. Agents use this to understand memory principles and architecture. All actual memory storage and retrieval happens through the Umnix web platform at umnix.in. No credentials, API access, or direct data storage happens through this skill.
Use this skill when AI agents need to:
What: Timestamped records of specific interactions, decisions, and events.
Examples:
Use Cases:
What: Accumulated facts, concepts, and domain knowledge independent of specific events.
Examples:
Use Cases:
What: Learned processes, workflows, and successful problem-solving strategies.
Examples:
Use Cases:
What: Relationships, preferences, and interaction patterns with users and other agents.
Examples:
Use Cases:
Modern memory systems use vector embeddings to enable semantic search:
This enables agents to find "memories about customer complaints" even if the word "complaint" wasn't used in the original memory.
Who Creates:
Best Practices:
Context-Aware Retrieval: Agents retrieve memories based on:
Semantic Search Examples:
When to Update:
Version Control:
When to Archive:
Archived Memory:
When an agent is retired (Jury verdict or planned retirement), its memory is transferred to a designated successor agent.
Specifies:
When an agent is retired, memory transfer follows these conceptual steps:
All memory transfer happens securely through the Umnix platform - no manual data handling required.
❌ User passwords or API keys
❌ Credit card numbers or financial credentials
❌ Social Security numbers or government IDs
❌ Raw personally identifiable information (use anonymized references)
❌ Private organizational secrets
❌ Unencrypted sensitive data
✅ Do Store: Interaction context, user preferences (anonymized), workflow patterns, learned procedures, relationship context (anonymized)
Memory management happens through the Umnix web platform at umnix.in:
No API credentials or direct database access required. All memory operations happen through the secure web interface with proper authentication and authorization.
Continuity Across Sessions: Agents remember context from yesterday, last week, last month - no starting from zero.
Knowledge Accumulation: Agents get smarter over time as semantic and procedural memory grows.
Personalization: Relational memory enables personalized interactions without repetitive context-gathering.
Institutional Knowledge: Succession protocol ensures organizational knowledge survives agent transitions.
Semantic Power: Vector search finds relevant memories by meaning, not keywords - agents understand context.
AgentMemory transforms AI agents from stateless tools into persistent, learning entities with institutional knowledge, relationship context, and transferable expertise - creating the memory foundation for long-term agent value.