AIAny
AI Client2026
Icon for item

LLM Wiki

Turns your documents into a persistent, interlinked personal wiki by incrementally reading sources, generating wiki pages, and keeping knowledge up to date. Features two-step chain-of-thought ingest, graph-based relevance with Louvain clustering, optional embedding search (LanceDB), and a local HTTP API for agent integration.

Introduction

Most RAG setups re-derive answers from scratch; that wastes tokens and makes historical context ephemeral. LLM Wiki instead compiles sources into a persistent, incremental wiki so the LLM reasons over maintained knowledge that grows and links over time — making search, synthesis, and discovery repeatable and auditable.

What Sets It Apart
  • Two-step chain-of-thought ingest: the LLM first analyzes a source (entities, contradictions, links) and then generates structured wiki pages with YAML frontmatter and source traceability, reducing hallucinations and improving maintainability.
  • Graph-first retrieval: a 4-signal relevance model (direct wikilinks, source overlap, Adamic–Adar, type affinity) plus Louvain community detection surfaces clusters, surprising cross-connections, and knowledge gaps for targeted "Deep Research." Vector semantic search (LanceDB) is optional and integrates into the hybrid pipeline.
  • Production-ready desktop ergonomics: cross-platform Tauri app with activity queue, Chrome web clipper, document parsers (PDF/DOCX/PPTX), async human-in-the-loop review, and a local HTTP API (127.0.0.1:19828) so agents like Claude Code can query the wiki safely.
Who It's For & Trade-offs

Great fit if you want a local, auditable knowledge base that an LLM maintains for you — researchers, analysts, and teams that need incremental synthesis and graph-driven discovery. Look elsewhere if you need a lightweight note app (this is a full ingestion + graph system), cannot configure an LLM provider or prefer a cloud-hosted SaaS. Note: optional MinerU cloud parsing uploads PDFs for complex layouts (keep built-in parser for sensitive docs), and vector search requires an embedding endpoint and DB configuration.

Where It Fits

Use LLM Wiki when persistent, provable knowledge and topological insights (communities, bridge nodes, isolated pages) matter more than ad-hoc retrieval. It complements Obsidian-like vaults by automatically generating and maintaining the pages and exposing a programmatic API for agents and automation.

More Items

GitHub
AI Client2025

Enhances web AI chat interfaces (Gemini, AI Studio, Claude, ChatGPT) with folder-based conversation organization, timeline navigation, prompt vault, cloud sync, chat export, UI fixes and a plugin engine. Runs as a browser extension and includes cross-site prompt management and Mermaid rendering.

GitHub
AI Agent2026

Manages real tmux-backed terminals and AI agents as draggable nodes on an infinite pan/zoom canvas, with a Trello-style kanban view, persistent sessions that survive restarts, mobile companion support, and a browser Server Edition for self-hosting.

GitHub
AI Agent2026

Runs locally to learn your tastes and proactively discover content across Bilibili, Xiaohongshu, Douyin, YouTube, X, Zhihu, Reddit and the open web. Local-first agent storing data in a local SQLite, with a browser extension, optional desktop backend bundling embeddings (bge-m3/Ollama), and conversational feedback to refine recommendations.