You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What problem or use case are you trying to solve?
Code Property Graph (CPG) is a powerful concept that creates a dynamic graph representation of your system design / architecture diagram, code that tracks dependencies in your code, searches to dead or duplicated code, helps finding bugs and do security/vulnerability and impact analysis but most importantly helps with the code comprehension: high-level of function, class and module dependencies, interact queries to your codebase. Helps LLMs to better reason.
Describe the UX of the solution you'd like
Do you have thoughts on the technical implementation?
If we can incorporate CPG principle into OpenHands so LLMs could better comprehand and query code structure and its dependancies. Here are a few frameworks for this: CodeQL ShiftLeftSecurity/codepropertygraph jQAssistant joern Fraunhofer-AISEC/cpg
FalkorDB: code-graph & backend GitDiagram Convert any GitHub repository structure into a system design / architecture diagram
Describe alternatives you've considered
N/A
Additional context
The text was updated successfully, but these errors were encountered:
What problem or use case are you trying to solve?
Code Property Graph (CPG) is a powerful concept that creates a dynamic graph representation of your system design / architecture diagram, code that tracks dependencies in your code, searches to dead or duplicated code, helps finding bugs and do security/vulnerability and impact analysis but most importantly helps with the code comprehension: high-level of function, class and module dependencies, interact queries to your codebase. Helps LLMs to better reason.
Describe the UX of the solution you'd like
Do you have thoughts on the technical implementation?
If we can incorporate CPG principle into OpenHands so LLMs could better comprehand and query code structure and its dependancies. Here are a few frameworks for this:
CodeQL
ShiftLeftSecurity/codepropertygraph
jQAssistant
joern
Fraunhofer-AISEC/cpg
FalkorDB: code-graph & backend
GitDiagram Convert any GitHub repository structure into a system design / architecture diagram
Describe alternatives you've considered
N/A
Additional context
The text was updated successfully, but these errors were encountered: