kingjulio8238 / Memary

Making Agents Reliable In Production.
https://www.memarylabs.com
MIT License
1.15k stars 82 forks source link

Great documentation. Thanks for sharing #13

Closed imvetri closed 2 months ago

imvetri commented 2 months ago

Hi. Documentation is elaborate to build things. I'm looking for a technique to leverage llm for code base refactoring tool.

I believe it is possible because code is a structured language and extracting information out of it is also possible because it has graph structure.

I'm looking for documentation or setup instruction to use llm to achieve it. Would you be knowing about it?

Do you know how your tool can be used to build a code base refactoring tool?

kingjulio8238 commented 2 months ago

Hey!

Glad you like the documentation. Here are some ideas on how to leverage knowledge graphs and our memory modules for code base refactoring:

I also found this: “By analyzing the pathways through which data flows and functions are called, knowledge graphs can help identify bottlenecks or inefficient code paths. Refactoring these areas can lead to performance improvements.”

Hope this helps.