← 返回
数据分析 Key 中文

Shodh Local

Local offline cognitive memory for AI agents providing semantic recall, GTD todos/projects, and a knowledge graph with Hebbian learning and a TUI dashboard.
本地离线认知记忆,为AI代理提供语义检索、GTD待办/项目以及带有Hebbian学习的知识图谱和TUI仪表盘。
doobidoo
数据分析 clawhub v1.0.1 1 版本 100000 Key: 需要
★ 1
Stars
📥 2,170
下载
💾 76
安装
1
版本
#latest

概述

Shodh-Local (v0.1.74)

Local-first brain for OpenClaw. Offline, learns with use.

Config (TOOLS.md)

  • Binary: ./shodh-memory-server (or add to PATH)
  • Server: localhost:3030
  • Data: ./shodh-data
  • Key: (X-API-Key, generate via shodh-memory-server)
  • Manage: process tool (session amber-seaslug)
  • TUI: cd tools/shodh-memory && ./shodh-tui (graph/activity)

Quick Use

KEY='<YOUR-API-KEY>'
curl -s -X POST http://localhost:3030/api/remember \\
-H &quot;Content-Type: application/json&quot; -H &quot;X-API-Key: $KEY&quot; \\
-d &#39;{&quot;user_id&quot;: &quot;henry&quot;, &quot;content&quot;: &quot;Test memory&quot;, &quot;memory_type&quot;: &quot;Learning&quot;, &quot;tags&quot;: [&quot;test&quot;]}&#39;

Core Tools

  • Remember: /api/remember (types: Learning/Observation/Conversation/Task/Preference)
  • Recall: /api/recall (semantic) | /api/recall/tags
  • Proactive: /api/proactive_context (auto-relevant)
  • Todos: /api/todos/add | /api/todos | /api/todos/complete
  • Projects: /api/projects/add | /api/projects
  • Summary: /api/context_summary

Full API: reference/api.md

Best Practices

  • User ID: henry (main), openclaw (system), task-XYZ (sub-agents)
  • Tags: Always add for filtering (e.g. ["openclaw", "project-backend"])
  • Before reply: Recall recent context for continuity
  • Heartbeat: Check todos daily
  • Maintenance: Restart server weekly (process kill amber-seaslug + restart)

Read reference/examples.md for OpenClaw patterns.

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-03-28 15:59 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 165 📥 60,106
data-analysis

Stock Analysis

udiedrichsen
{"answer":"基于雅虎财经数据,分析股票与加密货币。支持投资组合管理、自选股预警、股息分析、8维评分、热门趋势扫描及传闻/早期信号探测。适用于股票分析、持仓追踪、财报异动、加密监控、热门股追踪或提前发掘非主流传闻。"}
★ 270 📥 57,003
data-analysis

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 368 📥 140,628