Collaboration idea: LLM-Wiki as long-term agent-memory companion #125
ca1773130n
started this conversation in
Ideas
Replies: 1 comment
-
|
The Understand-Anything also support Karpathy type wiki, can you try |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I’m building LLM-Wiki, a local-first implementation of Andrej Karpathy’s LLM Wiki pattern focused on long-lived, agent-native project memory.
First: I really like Understand Anything, and I do not want to fold it into LLM-Wiki or make LLM-Wiki depend on it. It works well as an independent codebase-understanding / graph-generation project.
I think there is a nice loose collaboration surface between the projects:
A complementary workflow could look like:
The idea is not integration-by-dependency. It is interoperability:
knowledge-graph.jsonshape as a stable exchange artifact.schemaVersionif that fits your roadmap.From the current skill docs, the graph shape already looks very usable for this:
LLM-Wiki’s side can preserve that graph as part of longer-lived project memory and combine it with:
llms.txt,llms-full.txt,search-index.json,graph.json, per-page.txt/.jsonsiblings;Would you be open to this kind of lightweight collaboration? I’m happy to start with a small downstream-facing doc PR here, or keep the first step on the LLM-Wiki side and simply document Understand Anything as a recommended companion graph generator.
Beta Was this translation helpful? Give feedback.
All reactions