Similar system #257
Closed
inckie
started this conversation in
Show and tell
Replies: 0 comments
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.
Sorry for off-topic, I happened to come across OKF only today. Hope post is relevant for the community. I've build a similar knowledge base (KB) system, mostly targeted to software development, but it allows to capture company knowledge and processes as well when uses a separate knowledge base as a guide for AIs to apply KADS methodology. Project is dogfeed, i.e. contains knowledge base of its own: https://github.com/inckie/WikiKnowledge.
Unlike OFK, it's does not require (and strongly advices against) strict hierarchy, and uses Wikipedia strong points as a fundament. Other difference is ability to seamlesly "bleed" into the source code and other information sources.
"Federation" of multiple KBs allows to build multi-agentic systems that can pull the knowledge from the target business and build some automation and/or application. Typically first KB is WikiKnowledge itself, that explains the base principles, next one is KADS (work in progress), and last one is "target" KB that been built.
All reactions