File size: 500 Bytes
d26280a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
"""
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.
"""
|