← 返回
未分类

Llm Memory Interface Only

LLM Memory Integration - 纯接口包。提供 Memory、Search、Vector 接口定义,实现由私有包提供。
LLM Memory Integration - 纯接口包,仅定义 Memory、Search、Vector 接口,实现由内部私有包提供。
xkzs2007 xkzs2007 来源
未分类 clawhub v9.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 322
下载
💾 0
安装
1
版本
#latest

概述

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 - 无实现、无风险

版本历史

共 1 个版本

  • v9.0.0 当前
    2026-05-07 20:39 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,401 📥 323,456
ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,113 📥 835,314
ai-agent

Agent Browser

rez0
用于 AI 代理的浏览器自动化 CLI。当用户需要与网站交互(包括浏览页面、填写表单、点击按钮、截图等)时使用。
★ 840 📥 317,272