← 返回
未分类

Bounded Memory

Provides fast full-text search of OpenClaw session histories with optional LLM summarization for recalling past conversations and decisions.
提供快速全文搜索OpenClaw会话历史,支持可选的LLM摘要以回顾过去的对话和决策。
canmaxfire canmaxfire 来源
未分类 clawhub v1.1.1 1 版本 99760.8 Key: 无需
★ 0
Stars
📥 417
下载
💾 0
安装
1
版本
#latest

概述

Bounded Memory

Gives your OpenClaw AI agent a perfect memory — it can recall anything you've ever discussed, even from months ago.

What It Does

Without this skill: each OpenClaw session starts fresh. The AI forgets everything.

With this skill: ask things like:

  • "Did we discuss X before?"
  • "What did we decide about Y?"
  • "Find that conversation from last month"

Privacy Design

What runsHow
----------------
Search indexing✅ 100% offline — SQLite only
Search execution✅ 100% offline — no network calls
LLM summarization⚠️ Opt-in only — use --llm flag to enable

No external API calls by default. The --llm flag (disabled by default) sends snippets to your configured LLM for summarization — only when you explicitly ask for it.

Quick Start

# Index your conversations (first time)
python3 skills/session-search/scripts/index-sessions.py --agent main

# Search (fully offline)
python3 skills/session-search/scripts/search-sessions.py "what did we decide about the logo design"

# Search with AI summary (opt-in)
python3 skills/session-search/scripts/search-sessions.py "question" --llm

What It Solves

ProblemWithoutWith Bounded Memory
---------------------------------------
"I asked this before but can't remember"AI has no ideaInstant recall
"What did we decide in that meeting?"ForgotSearches all sessions
"Did I mention this before?"No way to knowSearches everything

Example

You: "Search our conversations about the robot project"
→ Found 3 discussions:
  1. [Last week] We discussed the design direction...
  2. [2 weeks ago] You asked about pricing...
  3. [Last month] The AI suggested adding...

版本历史

共 1 个版本

  • v1.1.1 当前
    2026-05-07 04:28 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Agent Browser

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

Self-Improving + Proactive Agent

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

self-improving agent

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