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
Universal Abstract-Syntax-Tree is a LLM-friendly, language-agnostic code context data structure established by ABCoder. It represents a unified abstract syntax tree of a repository's code, collecting definitions of language entities (functions, types, constants/variables) and their interdependencies for subsequent AI understanding and coding-workflow development.
4
4
@@ -105,6 +105,9 @@ A repository consists of entity Modules and relationship Graph
105
105
106
106
- Graph: Dependency topology graph of AST Nodes, see [Graph] below
107
107
108
+
- Path: The file directory of the repository, usually should be an absolute path
0 commit comments