memoryweave/openclaw-zhiyi-plugin/README.md

703 B

memory-zhiyi — OpenClaw ZhiYi Memory Plugin

ZhiYi MemoryWeave plugin for OpenClaw. Replaces memory-lancedb-pro with semantic memory + knowledge graph + Obsidian integration.

Quick Start

# Install
cd ~/.openclaw/workspace/plugins/
git clone <this-repo> memory-zhiyi
cd memory-zhiyi
npm install
npm run build

# Configure in ~/.openclaw/config.yaml:
memory:
  provider: zhiyi

zhiyi:
  base_url: http://localhost:7821
  api_key: your-key
  namespace: openclaw-main

Architecture

  • src/client.ts — ZhiYi REST API wrapper
  • src/index.ts — OpenClaw plugin entry (register hooks)
  • src/cli.ts — LanceDB → ZhiYi migration CLI
  • src/types.ts — TypeScript interfaces