Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd61df32

Browse files
committed
docs: update README for interactive workflow and feature addition sections
1 parent9b33f67 commitd61df32

File tree

1 file changed

+5
-18
lines changed

1 file changed

+5
-18
lines changed

‎README.md

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,7 @@ Run the project generator:
8989
python main.py
9090
```
9191

92-
<details>
93-
<summary><b>Interactive Workflow (click to expand)</b></summary>
92+
###Interactive Workflow
9493

9594
1.**Select a project type** from the available options:
9695

@@ -117,11 +116,8 @@ python main.py
117116
6.**Confirm and generate** your project structure
118117

119118
7.**View the summary** of generated files and directories
120-
</details>
121119

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
125121

126122
After generating a project, you can add new features to extend its functionality:
127123

@@ -131,8 +127,7 @@ After generating a project, you can add new features to extend its functionality
131127
python main.py
132128
```
133129

134-
<details>
135-
<summary><b>Feature Addition Workflow (click to expand)</b></summary>
130+
###Feature Addition Workflow
136131

137132
1.**Select "Yes"** when asked if you want to add features to the project
138133

@@ -148,9 +143,6 @@ python main.py
148143
4.**Review the changes** made to your project files
149144

150145
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.
154146

155147
##⚙️ Configuration Options
156148

@@ -165,8 +157,7 @@ The tool will intelligently analyze your existing project structure and implemen
165157

166158
The Python CLI AI Coder uses a tool-based approach to generate project structures:
167159

168-
<details>
169-
<summary><b>AI Tool System (click to expand)</b></summary>
160+
####AI Tool System
170161

171162
The`ProjectGenerator` class defines a set of tools that the AI model can call to manipulate files and directories:
172163

@@ -181,13 +172,9 @@ The `ProjectGenerator` class defines a set of tools that the AI model can call t
181172

182173
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.
183174

184-
</details>
185-
186-
This architecture enables the AI to generate complex project structures while maintaining security and control over the operations performed.
187-
188175
##How It Works
189176

190-
<imgsrc="https://via.placeholder.com/800x400.png?text=Python+CLI+AI+Coder+Workflow"alt="Python CLI AI Coder Workflow Diagram"width="100%">
177+
![Python CLI AI Coder Workflow](https://via.placeholder.com/800x400.png?text=Python+CLI+AI+Coder+Workflow)
191178

192179
1.**Initialization** 🚀
193180

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp