This repository was archived by the owner on Jun 29, 2026. It is now read-only.
WikiLoop v0.4.2
What's New
- Knowledge search engine for agents — kb_search returns layered results with
relatedfield for graph navigation - kb_page tool — deep-read full document content by ID
- Removed vector search — pure FTS (SQLite FTS5 + BM25), no embedding model required; binary ~20MB
- Windows support — pure Go build, no CGO dependencies
- Lark/Feishu import —
wikiloop import-lark <URL>imports Wiki pages and embedded tables - synthesized pages _draft/ threshold — single-source pages go to
_draft/, graduate when ≥2 sources - synthesizedBoost — multiplicative 1.3× boost for concept/comparison/decision pages
Installation
macOS Apple Silicon
- Download
WikiLoop-0.4.2-darwin-arm64.dmg - Open the DMG and drag WikiLoop to Applications
Linux (x86_64 / ARM64)
tar -xzf wikiloop-0.4.2-linux-<arch>.tar.gz
sudo ln -sf $(pwd)/wikiloop /usr/local/bin/wikiloopWindows (x86_64)
Expand-Archive wikiloop-0.4.2-windows-amd64.zip
# Add wikiloop.exe to PATHSee README for full setup instructions.