Discover and explore top open-source AI tools and projects—updated daily.
xoaiLLM-compiled personal knowledge wiki builder
New!
Top 79.5% on SourcePulse
Summary
xoai/sage-wiki addresses the challenge of organizing disparate personal knowledge into a cohesive, searchable wiki. It targets engineers, researchers, and power users seeking to leverage LLMs for knowledge synthesis. The primary benefit is transforming raw documents into an interconnected, intelligently structured knowledge base that compounds over time and integrates with existing workflows.
How It Works
The project implements an LLM-compiled personal knowledge base using the Sage Framework. Users deposit documents (various formats supported) into a designated folder. The system automatically detects formats, processes content via LLM calls for summarization and concept extraction, and generates interconnected wiki articles. This approach enables compounding knowledge, where each new source enriches the existing wiki, making it progressively smarter.
Quick Start & Requirements
go install github.com/xoai/sage-wiki/cmd/sage-wiki@latest. Web UI requires cloning the repo, npm install, npm run build, and go build -tags webui.sage-wiki init for setup, sage-wiki serve --ui for Web UI, MCP Knowledge Capture Guide (via README).Highlighted Details
wiki_capture tool for AI conversations.Maintenance & Community
The provided README focuses on technical implementation and lacks explicit details on maintainers, community channels (e.g., Discord, Slack), or project roadmap.
Licensing & Compatibility
Limitations & Caveats
The Web UI build process requires Node.js. Image analysis necessitates a vision-capable LLM. Quality metrics indicate areas for improvement, particularly in fact extraction (68.5%), wiki connectivity (60.5%), and cross-reference integrity (50.0%).
22 hours ago
Inactive
atcbosselut
stanford-oval