Diagram visualziation for agno's codebase #3698
Closed
ivanmilevtues
started this conversation in
Show and tell
Replies: 2 comments 1 reply
-
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
-
Sorry for the delay @ivanmilevtues ! |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey all I generated diagram for the agno repo (via static analysis and LLMs): https://github.com/CodeBoarding/GeneratedOnBoardings/blob/main/agno/on_boarding.md
The diagram is designed to give a high-level overview of the codebase by providing the main components and how they interact with eachother. With this information a new contributor can start their first task by understanding how what they are editing fits in the big picture. I'd love to hear what is your opinion on diagram first documentation. Considering that you have almost 4k forks, there are lots of people who play around with your codebase, so I'd love to hear how is the on-boarding/maintainance situation and if I can help you :)
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