| """ | |
| gpt_engineer.cli | |
| ----------------- | |
| The CLI package for the GPT Engineer project, providing the command line interface | |
| for the application. | |
| Modules: | |
| - main: The primary CLI module for GPT Engineer. | |
| - collect: Collect send learning tools for analysis and improvement. | |
| - file_selector: Selecting files using GUI and terminal-based file explorer. | |
| - learning: Tools and data structures for data collection. | |
| For more specific details, refer to the docstrings within each module. | |
| """ | |