UNPKG

permamind

Version:

An MCP server that provides an immortal memory layer for AI agents and clients

13 lines (12 loc) 263 B
/** * Memory system constants */ /** Memory record identifier in the hub system */ export const MEMORY_KIND = "10"; /** Tag names used in memory storage */ export const MEMORY_TAGS = { CONTENT: "Content", KIND: "Kind", PARTY: "p", ROLE: "r", };