I am working on an llm wiki (as defined by Karpathy https://gist.github.com/karpathy/442a6bf555914893e9891c11519...)
Looks like it is a crowded area now - my angle is to start with theory of what is important in a system like that, from first principles (like agent limited context, statelessness, use goals etc). Currently I use it to develop that theory - and you can read it at: https://zby.github.io/commonplace/. I also use it to keep an index of similar systems (that is systems with agent operated memory): https://zby.github.io/commonplace/agent-memory-systems/
The github repo is at: https://github.com/zby/commonplace . Work in progress.
It's an interesting domain and deploy-time learning seems to be a powerful approach! I'll look further into it.