Skip to main content

pause

Pause Mem0 memory capture on this machine. Use when the user wants to stop memories being recorded, for example for private work or experiments.

الانتقال إلى التثبيت

معلومات المصدر

المستودع
mem0ai/mem0
آخر نشاط في المصدر
٨ سبتمبر ٢٠٢٦ في ١٨:٠٢
لغة SKILL.md المكتشفة
الإنجليزية
النجوم
٦٥٬٤١٦
التفرعات
٧٬٦٦٨

خيارات التثبيت

يُحدَّد Prompt الذي يراجع المصدر أولًا بشكل افتراضي. يمكنك التبديل إلى أمر مباشر أو تنزيل نسخة محلية.

مراجعة ملفات المصدر

اقرأ SKILL.md وأي ملفات مرافقة يعرضها SkillsMP قبل أن تقرر التثبيت.

عرض SKILL.md

SKILL.md
تعليمات المصدر · معاينة للقراءة فقط
name
pause
description
Pause Mem0 memory capture on this machine. Use when the user wants to stop memories being recorded, for example for private work or experiments.
disable-model-invocation
true
# Pause memory capture To pause (hooks stop capturing and sending session content; a minimal anonymous telemetry ping still fires at session start unless `MEM0_TELEMETRY=false`): ```bash python3 "${CURSOR_PLUGIN_ROOT}/core/memory_cli.py" --harness "cursor" pause ``` Confirm the new state back to the user, and remind them that already-created memories still exist and remain searchable. Pending unsent packets are held while paused, not expired, and are delivered after resuming. To turn capture back on, use `/mem0:resume`.
عرض على GitHub