@nash_su: llm_wiki v0.5 released - major update: transition from RAG to Agent architecture. Chat now uses a complete agent workflow with knowledge base and modular tools...

X AI KOLs Timeline Tools

Summary

llm_wiki v0.5 is a major update that transitions the personal knowledge base from a RAG-based system to an agent-driven architecture, introducing modular tool calls, intelligent retrieval decisions, and a revamped UI. The project, now at 12.6k stars, incorporates features like a knowledge graph, deep research, and MCP server integration.

llm_wiki v0.5 released This update is a major functional update: llm_wiki officially transitions from a RAG-based system to an Agent-based architecture. Now, in chat conversations, the underlying process is a complete agent workflow built on a knowledge base, incorporating modular tool calls. Previously, every conversation triggered a RAG retrieval; now, it intelligently decides whether to search the knowledge base or invoke a web search. The UI has also been optimized, and future updates will continuously introduce skills and more built-in tools to make llm_wiki more powerful and intelligent. Additionally, the star count has reached 12.6k. Thank you for your support! Project: https://github.com/nashsu/llm_wiki
Original Article
View Cached Full Text

Cached at: 06/24/26, 10:30 PM

A personal knowledge base that builds itself. LLM reads your documents, builds a structured wiki, and keeps it current.

What is this? • Features • Tech Stack • Installation • Credits • License

English | Chinese | Japanese | Korean

Similar Articles

@Huanusa: The ceiling of personal knowledge bases has arrived! This GitHub LLM Wiki project has already garnered 2800+ Stars, completely leaving ordinary RAG in the dust! It's not the useless mode of "re-retrieving" every time, but lets AI directly help you incrementally build a truly structured Wiki — compile knowledge once, and it continuously evolves...

X AI KOLs Timeline

LLM Wiki is an open-source desktop application that uses LLM to incrementally build a structured knowledge base, supporting knowledge graphs, community detection, Obsidian integration, and Chrome clipping, aiming to replace traditional RAG approaches.

@mylifcc: Recently while working on Agent memory and personal knowledge systems, I discovered this project obsidian-wiki, so fitting! It brings Andrej Karpathy's LLM Wiki pattern to Obsidian: enabling AI Agents to autonomously inges…

X AI KOLs Timeline

This tweet introduces the obsidian-wiki project, which implements Andrej Karpathy's LLM Wiki pattern on Obsidian, allowing AI Agents to autonomously ingest multi-source knowledge and organize it into a wikilink-interconnected markdown knowledge base. It supports Delta incremental updates and source attribution (provenance), and has built-in features like query, audit, graph export, etc. Currently at 2k stars.