Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

coignard/disco-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

To set up and run the project, follow these steps:

Clone the Repository

git clone https://github.com/coignard/disco-cli
cd disco-cli

Set 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.txt

Configuration

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.

About

DE-style dialogue simulator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages