stackwire-gpt
stackwire-gpt copied to clipboard
A command line tool for running GPT commands. This tool supports prompt-batching and prompt-chaining.
ChatGPT doesn't reveal the location of a plugin manifest unless you install it. However, if you know the domain, 90% of the plugins use the same url path. This allows...
Add input and output file options to catalog command: `air catalog parse -i {input} -o {output}`
Create a proxy server for ChatGPT Plugin. This will involve adding a -_-proxy_ flag to the plugin command.
Add description field to - project - block - execution These will be helpful in understanding what each part is testing/doing. Make sure to add the description to logging output.
Project Files should have min and max versions for the tool. When a project structure changes, the min supported will change.
Create a command that allows you to specify your API key. It will create the default api_key file and input the key. `air key -i sk-dfddsdf`
Allow the dev to enter the APIKey as an arg in the command line. This will override any apiKey file specified in the config file.
Add ability to publish projects. This will involve zipping the project. It's unclear on where this would be uploaded. This will require a plugin as well.
Plugins should have a validateConfig function. Each plugin will validate if all the fields it expects are defined. If not, we must flag these. The Main CLI must then report...
Through the config, allow a developer to specify which JSON fields in a response are optional and which ones are required. Also allow dev to specify a regex that can...