Skip to content
This repository was archived by the owner on Jun 29, 2026. It is now read-only.

WikiLoop v0.4.2

Choose a tag to compare

@github-actions github-actions released this 25 Jun 12:00
fbb36a2

What's New

  • Knowledge search engine for agents — kb_search returns layered results with related field 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 importwikiloop 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

  1. Download WikiLoop-0.4.2-darwin-arm64.dmg
  2. 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/wikiloop

Windows (x86_64)

Expand-Archive wikiloop-0.4.2-windows-amd64.zip
# Add wikiloop.exe to PATH

See README for full setup instructions.