Llm Memory Interface Only

v9.0.0

LLM Memory Integration - 纯接口包。提供 Memory、Search、Vector 接口定义,实现由私有包提供。

0· 82· 1 versions· 0 current· 0 all-time· Updated 5h ago· MIT-0

Install

openclaw skills install llm-memory-interface-only

LLM Memory Integration - 纯接口包

⚠️ 重要说明

本包为纯接口定义包,不包含任何实现代码。

组件本包私有包
接口定义-
实现代码
网络访问
原生扩展

接口列表

MemoryInterface

记忆管理接口:add, get, update, delete, list

SearchInterface

搜索接口:search, hybrid_search, fts_search

VectorInterface

向量接口:embed, embed_single, similarity, batch_embed

获取完整实现

# 克隆私有包
git clone https://cnb.cool/llm-memory-integrat/llm.git

# 或查看私有包说明
# https://cnb.cool/llm-memory-integrat/llm

使用示例

from src.interfaces import MemoryInterface, SearchInterface, VectorInterface

# 实现这些接口
class MyMemory(MemoryInterface):
    def add(self, content, metadata=None):
        # 你的实现
        pass
    # ... 其他方法

纯接口包 v9.0.0 - 无实现、无风险

Version tags

latestvk971st1g5cqm8pserxjnemxw8h84ze64