Visualization of the codebase of RagaAI-Catalyst #229
ivanmilevtues
started this conversation in
Show and tell
Replies: 1 comment
-
Hey, a quick update on our side, we have released our diagram generation engine as an open-source repo: https://github.com/CodeBoarding/CodeBoarding If you are interested to see how exactly we combined Static Analysis and LLMs you can head and see that there! |
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.
-
I have generated a diagram representation of the code for RagaAI-Catalyst. I would love to hear your opinion on it:
https://github.com/CodeBoarding/GeneratedOnBoardings/blob/main/RagaAI-Catalyst/on_boarding.md
It is generated with static analysis and LLMs, the idea is to help people understand the codebase faster and contribute without the need of spending hours reading docs and asking questions. This way they can have context on what they are trying to achieve and when they identify the component of interest in the diagram can check again the same structure for that diagram!
Lmk, what you think, any feedback is more than welcome!
Full disclosure: we're trying to turn this into a startup, but we're still in a very early stage and figuring out what will actually be useful for people. Also as many people brought that the diagrams will become outdated fast, we've introduced free github action!
Beta Was this translation helpful? Give feedback.
All reactions