分类记忆服务器

version : 1.0.0

remember_memory

Stores a memory with optional tags in a specified category

*category(string)

*data(string)

tags(array)

*is_global(boolean)

结果(Result)

retrieve_memories

Retrieves all memories from a specified category

*category(string)

*is_global(boolean)

结果(Result)

remove_memory_category

Removes all memories within a specified category

*category(string)

*is_global(boolean)

结果(Result)

remove_specific_memory

Removes a specific memory within a specified category

*category(string)

*memory_content(string)

*is_global(boolean)

结果(Result)