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
Copy file name to clipboardExpand all lines: README.md
+5-18Lines changed: 5 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -89,8 +89,7 @@ Run the project generator:
89
89
python main.py
90
90
```
91
91
92
-
<details>
93
-
<summary><b>Interactive Workflow (click to expand)</b></summary>
92
+
###Interactive Workflow
94
93
95
94
1.**Select a project type** from the available options:
96
95
@@ -117,11 +116,8 @@ python main.py
117
116
6.**Confirm and generate** your project structure
118
117
119
118
7.**View the summary** of generated files and directories
120
-
</details>
121
119
122
-
The tool will generate a complete project structure based on your specifications, with proper file organization, configuration files, and boilerplate code.
123
-
124
-
###Add Features to an Existing Project
120
+
###Feature Addition
125
121
126
122
After generating a project, you can add new features to extend its functionality:
127
123
@@ -131,8 +127,7 @@ After generating a project, you can add new features to extend its functionality
131
127
python main.py
132
128
```
133
129
134
-
<details>
135
-
<summary><b>Feature Addition Workflow (click to expand)</b></summary>
130
+
###Feature Addition Workflow
136
131
137
132
1.**Select "Yes"** when asked if you want to add features to the project
138
133
@@ -148,9 +143,6 @@ python main.py
148
143
4.**Review the changes** made to your project files
149
144
150
145
5.**Optionally add more features** by selecting "Yes" when prompted
151
-
</details>
152
-
153
-
The tool will intelligently analyze your existing project structure and implement the requested feature with appropriate code, tests, and documentation updates.
154
146
155
147
##⚙️ Configuration Options
156
148
@@ -165,8 +157,7 @@ The tool will intelligently analyze your existing project structure and implemen
165
157
166
158
The Python CLI AI Coder uses a tool-based approach to generate project structures:
167
159
168
-
<details>
169
-
<summary><b>AI Tool System (click to expand)</b></summary>
160
+
####AI Tool System
170
161
171
162
The`ProjectGenerator` class defines a set of tools that the AI model can call to manipulate files and directories:
172
163
@@ -181,13 +172,9 @@ The `ProjectGenerator` class defines a set of tools that the AI model can call t
181
172
182
173
These tools are exposed to the AI model through a function-calling interface, allowing it to manipulate the filesystem in a controlled and secure manner.
183
174
184
-
</details>
185
-
186
-
This architecture enables the AI to generate complex project structures while maintaining security and control over the operations performed.
187
-
188
175
##How It Works
189
176
190
-
<imgsrc="https://via.placeholder.com/800x400.png?text=Python+CLI+AI+Coder+Workflow"alt="Python CLI AI Coder Workflow Diagram"width="100%">
177
+
