Skip to content

delete_entities tool (cascade delete by entity) #29

Description

@JartanFTW

Problem

Deleting all memories associated with an entity (e.g. a person, project, or concept) requires listing entities, finding all related memories, and deleting them individually. No atomic operation exists. delete_all is scope-based and doesn't map cleanly to entity-level cleanup.

Proposed Solution / Alternatives

A dedicated delete_entities tool that cascade-deletes all memories linked to a given entity. Cleaner semantic than overloading delete_all with entity-aware logic.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions