You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+50Lines changed: 50 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -127,6 +127,56 @@ cargo test
127
127
128
128
---
129
129
130
+
# 🌐 ICP Canister Adapter (New)
131
+
132
+
Knolo now ships a local-first ICP path that keeps retrieval lexical-first and talks to the canister directly, with no middleware and no vector database.
133
+
134
+
What it includes:
135
+
136
+
*`packages/icp-canister` for the Rust canister adapter
137
+
*`examples/icp-knowledge-canister` for a local `dfx` example
138
+
*`knolo icp` CLI commands for init, build-pack, upload, and query
139
+
*`scripts/e2e-icp-local.sh` for one-command local end-to-end verification
If `dfx` is running in a minimal shell and complains about terminal colors, prefix the commands with `TERM=xterm-256color`.
169
+
170
+
Run the full end-to-end check:
171
+
172
+
```bash
173
+
bash scripts/e2e-icp-local.sh
174
+
```
175
+
176
+
The sample pack is built from the checked-in docs under `examples/icp-knowledge-canister/knowledge`, so the search results are deterministic and easy to verify locally.
0 commit comments