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) 358 B
/** * Standalone adapter — barrel exports. */ export { StandaloneHostAdapter } from "./host-adapter.js"; export type { StandaloneHostAdapterOptions } from "./host-adapter.js"; export { StandaloneLLMRunner, StandaloneLLMRunnerFactory } from "./llm-runner.js"; export type { StandaloneLLMConfig, StandaloneLLMRunnerFactoryOptions } from "./llm-runner.js";