/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 - 无实现、无风险
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install llm-memory-interface-only - After installation, invoke the skill by name or use
/llm-memory-interface-only - Provide required inputs per the skill's parameter spec and get structured output
What is Llm Memory Interface Only?
LLM Memory Integration - 纯接口包。提供 Memory、Search、Vector 接口定义,实现由私有包提供。 It is an AI Agent Skill for Claude Code / OpenClaw, with 79 downloads so far.
How do I install Llm Memory Interface Only?
Run "/install llm-memory-interface-only" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Llm Memory Interface Only free?
Yes, Llm Memory Interface Only is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Llm Memory Interface Only support?
Llm Memory Interface Only is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Llm Memory Interface Only?
It is built and maintained by xkzs2007 (@xkzs2007); the current version is v9.0.0.