The GeminiFlow Chrome Extension is designed to streamline the workflow for web developers by integrating with the Gemini tool from Google. This extension allows users to resolve programming errors and obtain more useful responses through four different workflow techniques for LLM agents.
- Error Information Input: Users can copy and paste programming error information, provide context, and select interaction options within a web form.
- Workflow Execution: The extension executes the workflow and opens the Gemini tool, where it inputs the code and retrieves the desired response.
- Four Workflow Techniques: Based on the techniques demonstrated in this video, the extension incorporates four distinct workflow methods for LLM agents.
- User Experience: Evaluation criteria include the ease of entering information, interacting with the LLM, and the format of the response.
- Optional Publishing: The extension can be published, although the evaluation does not include this aspect due to the 30-day publication process.
- Clone this repository to your local machine.
- Open Google Chrome and navigate to
chrome://extensions/
. - Enable Developer mode in the top right corner.
- Click on "Load unpacked" and select the cloned repository folder.
- The extension should now be installed and ready to use.
- Click on the GeminiFlow Chrome Extension icon in your browser toolbar.
- Fill out the form with the required information: error details, context, and selected workflow options.
- Click the "Execute" button to initiate the workflow.
- The extension will open the Gemini tool, input the code, and retrieve the response.
- This project was developed as part of an examination and is intended to showcase proficiency in web development concepts and workflow integration with external tools.
- For any inquiries or issues, please contact [email protected].