File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ For a practical runbook, see [Memory + Task Flow](./MEMORY_TASK_FLOW.md).
18181 . ** Basic Memory CLI** (` bm ` ) with ` watch ` command support and native tool commands:
1919 - ` bm tool read-note --strip-frontmatter `
2020 - ` bm tool edit-note --format json `
21- - Pinned for testing to commit ` 9259a7eb59be7aa8a72c3ec20d0740bd19ba9657 `
21+ - Pinned for testing to commit ` f2683291e478568cdf1676759ed98c70d7cfdac3 `
2222 ``` bash
23- uv tool install ' basic-memory[semantic] @ git+https://github.com/basicmachines-co/basic-memory.git@9259a7eb59be7aa8a72c3ec20d0740bd19ba9657 ' --with ' onnxruntime<1.24; platform_system == "Darwin" and platform_machine == "x86_64"'
23+ uv tool install ' basic-memory[semantic] @ git+https://github.com/basicmachines-co/basic-memory.git@f2683291e478568cdf1676759ed98c70d7cfdac3 ' --with ' onnxruntime<1.24; platform_system == "Darwin" and platform_machine == "x86_64"'
2424
2525 # Alternative (inside an existing Python environment):
26- uv pip install ' basic-memory[semantic] @ git+https://github.com/basicmachines-co/basic-memory.git@9259a7eb59be7aa8a72c3ec20d0740bd19ba9657 ' ' onnxruntime<1.24; platform_system == "Darwin" and platform_machine == "x86_64"'
26+ uv pip install ' basic-memory[semantic] @ git+https://github.com/basicmachines-co/basic-memory.git@f2683291e478568cdf1676759ed98c70d7cfdac3 ' ' onnxruntime<1.24; platform_system == "Darwin" and platform_machine == "x86_64"'
2727 ```
2828
29292 . ** OpenClaw** with plugin support
Original file line number Diff line number Diff line change 33# Install dependencies
44install :
55 bun install
6- uv tool install ' basic-memory[semantic] @ git+https://github.com/basicmachines-co/basic-memory.git@9259a7eb59be7aa8a72c3ec20d0740bd19ba9657 ' --with ' onnxruntime<1.24; platform_system == "Darwin" and platform_machine == "x86_64"'
6+ uv tool install ' basic-memory[semantic] @ git+https://github.com/basicmachines-co/basic-memory.git@f2683291e478568cdf1676759ed98c70d7cfdac3 ' --with ' onnxruntime<1.24; platform_system == "Darwin" and platform_machine == "x86_64"'
77
88# Setup Basic Memory project
99setup :
You can’t perform that action at this time.
0 commit comments