memory_sync
Synchronize memories with Nostr relays by pushing, pulling, or both. Also syncs gateway announcements when discovery is enabled.
Instructions
Sync memories with Nostr relays.
Push local memories to relays and/or pull remote memories to local. When gateway_discovery is enabled, also syncs gateway announcements. Requires secp256k1 for push (signing). Pull works with any identity.
Args: direction: Sync direction. One of: - "push": Upload local memories to relays - "pull": Download memories from relays - "both": Push then pull (default)
Returns: Sync result with counts of pushed/pulled memories and any errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| direction | No | both |