Implementation
FileSystemNode class
The FileSystemNode class is used to rappresent directory structures.
Since the LLM used must understand the project contents to generate the dev env config, this class is used to rappresent the directory tree of the project.
classDiagram
class FileSystemNode {
}
Back to index |
Previous Chapter |
Next Chapter |