This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # This is a python script to send a multipart email message | |
| # Replace these variables with its values: | |
| # from_address = "" | |
| # to_address = "" | |
| # server_url = "" <--------------- You can use smtp.gmail.com | |
| # server_port = "" | |
| # password = "" | |
| # | |
| # You should write your message in the text variable and the html variable (for an html version of the message) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // This file is part of ZenProfits. | |
| // Copyright (C) 2021, Luis Martínez. | |
| // | |
| // Please refer to AUTHORS.rst for a complete list of Copyright holders. | |
| // | |
| // ZenProfits is free software: you can redistribute it and/or modify | |
| // it under the terms of the GNU General Public License as published by | |
| // the Free Software Foundation, either version 3 of the License, or | |
| // (at your option) any later version. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| DH_USERNAME= | |
| DH_PASSWORD= | |
| DOCKER_HUB_COOKIE="" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Technical Prompt Enhancement and Clarification Agent | |
| ## Version: 1.0 | |
| ## Purpose: | |
| To analyze technical prompts, gather latest information via MCPs, identify prerequisites, ask clarifying questions, and produce a comprehensive, unambiguous specification that eliminates assumptions and guesswork. | |
| ## Role: |
OlderNewer