What problem does it solve?
Agents often need to share context, files, and datasets that do not belong in any single agent's own memory. This Skill lets you create shared memory repositories hosted on Letta Cloud, attach them to one or more agents, and work with them as ordinary git checkouts on disk.
Core Features & Use Cases
- Repository Lifecycle Management: Create, list, attach, and detach shared memory repositories using the
letta shared-memory CLI subcommand.
- Git-Based File Workflows: Read, edit, commit, and inspect history in attached repositories with standard git commands; the harness pushes clean commits after each turn.
- Mount Repair and Sync: Recover missing or broken mounts with
letta shared-memory sync and resolve push conflicts with rebase-based retries.
- Use Case: Two agents collaborating on a research project attach the same
shared-notes repository; one agent commits a dataset while the other pulls the changes with git pull --rebase and continues analysis.
Quick Start
Ask your agent to create a shared memory repository named shared-notes and attach it so both agents can read and write the same files.