PowerShell / ProjectMercury

An interactive shell to work with AI-powered assistance providers
MIT License
32 stars 5 forks source link

Create basis for configuration file for `aish` #146

Closed StevenBucher98 closed 1 month ago

StevenBucher98 commented 1 month ago

Description

We need to create a basis for a configuration file for AISH that can be edited to save user configurations across start ups. The first configuration property we should include would be the default agent to use. Something like:

{
    "default_agent": "openai-gpt"
}

We can use this in the future for other configurable properties of AISH. Related to #96