memoryweave/openclaw-zhiyi-plugin/node_modules/function-bind
xiaowei 5637da24e6 feat: OpenClaw ZhiYi memory plugin scaffold
TypeScript plugin that bridges OpenClaw to ZhiYi MemoryWeave:
- ZhiYiClient: REST API wrapper (commit/recall/searchNotes/navigate)
- Plugin hooks: memory:recall, memory:commit, memory:graphNavigate, memory:searchNotes
- CLI: LanceDB migration tool (placeholder — needs OpenClaw LanceDB reader)
- package.json with axios + TypeScript deps
- README with install instructions

Namespace: openclaw-main (isolated from hermes-main)
TODO: implement LanceDB reader for migration
2026-05-29 17:12:45 +08:00
..
.github feat: OpenClaw ZhiYi memory plugin scaffold 2026-05-29 17:12:45 +08:00
test feat: OpenClaw ZhiYi memory plugin scaffold 2026-05-29 17:12:45 +08:00
.eslintrc feat: OpenClaw ZhiYi memory plugin scaffold 2026-05-29 17:12:45 +08:00
.nycrc feat: OpenClaw ZhiYi memory plugin scaffold 2026-05-29 17:12:45 +08:00
CHANGELOG.md feat: OpenClaw ZhiYi memory plugin scaffold 2026-05-29 17:12:45 +08:00
LICENSE feat: OpenClaw ZhiYi memory plugin scaffold 2026-05-29 17:12:45 +08:00
README.md feat: OpenClaw ZhiYi memory plugin scaffold 2026-05-29 17:12:45 +08:00
implementation.js feat: OpenClaw ZhiYi memory plugin scaffold 2026-05-29 17:12:45 +08:00
index.js feat: OpenClaw ZhiYi memory plugin scaffold 2026-05-29 17:12:45 +08:00
package.json feat: OpenClaw ZhiYi memory plugin scaffold 2026-05-29 17:12:45 +08:00

README.md

function-bind Version Badge

github actions

dependency status dev dependency status License Downloads

npm badge

Implementation of function.prototype.bind

Old versions of phantomjs, Internet Explorer < 9, and node < 0.6 don't support Function.prototype.bind.

Example

Function.prototype.bind = require("function-bind")

Installation

npm install function-bind

Contributors

  • Raynos

MIT Licenced