mirror of
https://github.com/logseq/awesome-logseq.git
synced 2026-07-15 15:32:15 -05:00
[PR #75] [MERGED] Add llm-wiki to Workflows and Innovations #489
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/logseq/awesome-logseq/pull/75
Author: @MehmetGoekce
Created: 4/26/2026
Status: ✅ Merged
Merged: 4/27/2026
Merged by: @logseq-cldwalker
Base:
master← Head:add-llm-wiki📝 Commits (1)
177f563Add llm-wiki to Workflows and Innovations📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
Summary
Adds llm-wiki to the Workflows and Innovations section. It is a Logseq-based implementation of Andrej Karpathy's LLM Wiki gist — Claude Code maintains the graph for you (ingest sources, query, lint, status), with schema-driven consistency and a two-layer cache architecture.
Why it fits
The "Workflows and Innovations" section already lists tools that automate parts of Logseq maintenance (Lupin, logseq-doctor, Logseq Advanced Query Builder, etc.). llm-wiki extends this idea further: it lets an LLM maintain the entire knowledge graph — extracting facts from new sources, updating cross-references, enforcing the schema, and running health checks (orphans, stale pages, broken refs, credential leaks).
The Logseq outliner format is what makes the LLM use case work — every block is independently addressable, so an ingest can append new content without disrupting existing structure. This is genuinely Logseq-native; the same pattern is much harder in flat-markdown systems.
Project details
Test plan
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.