Skip to main content

forget

Delete the Mem0 memories stored for this repository and this user. Use when the user asks to forget, clear, wipe, or delete memories.

설치로 이동

소스 정보

저장소
mem0ai/mem0
최근 소스 활동
2026년 9월 8일 18:02
감지된 SKILL.md 언어
영어
스타
65,746
포크
7,723

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
forget
description
Delete the Mem0 memories stored for this repository and this user. Use when the user asks to forget, clear, wipe, or delete memories.
disable-model-invocation
true
# Forget this repository's memories This permanently deletes remote memories. Before running anything, tell the user exactly what will be deleted: their own memories for this repository only. The repository's project memory is shared by everyone who works in it, so it stays unless the user explicitly asks to delete that too. After the user confirms, run: ```bash python3 "${ANTIGRAVITY_PLUGIN_ROOT}/core/memory_cli.py" --harness "antigravity" forget --remote --yes ``` If the user also asked to delete the repository's shared project memory, add `--include-project-memory` and say that this removes it for every teammate. Report what the command output says was deleted. If the user only wants local data cleared (evidence log, pending queue), run the same command without `--remote`. Never pass `--yes` before the user has confirmed in this conversation.
GitHub에서 보기