UNPKG

@tencentdb-agent-memory/memory-tencentdb

Version:

Four-layer local memory system plugin for OpenClaw — auto-captures, structures, and profiles conversational knowledge using local LLM + SQLite vector search (L0→L1→L2→L3 pipeline)

8 lines (7 loc) 325 B
/** * OpenClaw adapter — barrel exports. */ export { OpenClawHostAdapter } from "./host-adapter.js"; export type { OpenClawHostAdapterOptions } from "./host-adapter.js"; export { OpenClawLLMRunner, OpenClawLLMRunnerFactory } from "./llm-runner.js"; export type { OpenClawLLMRunnerFactoryOptions } from "./llm-runner.js";