Skip to main content
Enable multiple AI agents to share and coordinate memory.

Use Case

A team of AI agents working on a project:
  • Research agent finds information
  • Coding agent implements features
  • Review agent checks code quality
  • All share context via MemoClaw

Implementation

Share Findings Between Agents

Filter by Agent

Create Relations Between Agents’ Memories

Memory Isolation

  • Same wallet = same user identity
  • Different agent_ids = different agent perspectives on same memory store
  • Namespaces = completely separate memory pools

Best Practices

  1. Use consistent agent_id naming: {role}-{number} or {name}
  2. Use namespace to separate projects
  3. Use relations to link cross-agent dependencies
  4. Use memory_type to distinguish findings vs implementations vs reviews