guia-cli

Publish to PyPI

Project banner

AboutInstallationGetting StartedContributionLicense


About

Gu IA Agent (aka GuIA-CLI) is an agent specializing in software engineering, designed to assist in programming tasks and provide technical guidance.It is able to generate code based on provided requirements and answer technical questions, offering clear explanations and relevant recommendations.

Installation

You can install Guia-CLI via PyPI using pip:

pip install guia-cli

Alternatively, you can build from the repository:

  1. Clone the repository:
    git clone https://github.com/andersonbosa/guia-cli.git
    
  2. Navigate to the repository directory:
    cd repo
    
  3. Install the package:
    python setup.py install
    

Getting Started

To use the GU agent, you can execute the script main.py providing the following options:

Settings

Be sure to configure the following environment variables or it is setup in the .env file:

Example of use

python main.py --coding "Implement a function to order a Python list using bubble-sort"
python main.py --mentoring "What is the difference between inheritance and composition in object -oriented programming?"

Backup results

The results of interactions with agent GU are saved in the outputs folder. Each file generated contains the date, type of interaction and a description of the request.

🤝 Contribution

This project is for study purposes too, so please send me a message telling me what you are doing and why you are doing it, teach me what you know. All kinds of contributions are very welcome and appreciated!

📝 License

This project is under the MIT license.


GitHub Repo stars | Did you like the repository? Give it a star! 😁