Installation
To set up and run the project, follow these steps:
Clone the Repository
git clone https://github.com/coignard/disco-cli
cd disco-cliSet Up a Virtual Environment
python3 -m pip install venv
python3 -m venv venv
source venv/bin/activate # On Windows use `venv\Scripts\activate`Install Dependencies
python3 -m pip install -r requirements.txtConfiguration
Before running the application, you need to add your API key to the configuration file.
Edit config/config.yaml and add your API key:
anthropic_key: "your-api-key-here" # Replace with your actual API key
Running the Application
python3 .Contributing
Feel free to submit issues and pull requests to improve the project.
License
This project is licensed under the MIT License.