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
This will dramatically reduce the number of requests to GPT-4 directly for huge projects.
Or maybe it should be also guided by user to look at specific places as in #31
Or maybe we should build the graph of code with all implicit and explicit dependencies, including monkey patches and so on. And the moonshot idea - to see how users use the code in other repositories.
The idea for code graph is updated it each time files in the repository are changed.
The graph should have links that define which function/code block depends on which other code block/function/field. The simple select query will directly give an answer that code should be investigated before making a change. In this query, we also will be able to directly get relevant code parts.
For storing the code graph I recommend to use associative storage from Deep as in https://deep.foundation
Right now it only operates over filenames, so better context gathering from something akin to a code graph will improve it a lot. It'd be great to include the ability to query context from the code graph during both the planning and code writing stages.
This will dramatically reduce the number of requests to GPT-4 directly for huge projects.
Or maybe it should be also guided by user to look at specific places as in #31
Or maybe we should build the graph of code with all implicit and explicit dependencies, including monkey patches and so on. And the moonshot idea - to see how users use the code in other repositories.
Related to: #90
The text was updated successfully, but these errors were encountered: