https://github.com/lancedb/lancedb-claw
https://github.com/lancedb/lancedb-claw
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lancedb/lancedb-claw
- Owner: lancedb
- Created: 2026-03-11T05:33:19.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-13T02:18:02.000Z (3 months ago)
- Last Synced: 2026-04-04T07:55:25.522Z (2 months ago)
- Language: TypeScript
- Size: 156 KB
- Stars: 7
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lancedb-claw
This repository contains the `lancedb-claw` OpenClaw context-engine plugin package.
The project is currently experimental and still being iterated on. Expect multiple refactors before the package reaches a stable shape.
The plugin package root is `context/`. See `context/README.md` for package-specific documentation, including:
- how to install dependencies under `context/node_modules/`
- how to build and validate the package with `pnpm build`, `pnpm typecheck`, and `pnpm test`
- how to install the plugin into OpenClaw with `openclaw plugins install --link ./context`
- how to configure `plugins.slots.contextEngine = "lancedb-claw"`