A senior engineering proof-reading your repo and creating tasks.
- Clone the repository
- python -m venv .venv
- source .venv/bin/activate
- Install packages with
pip install -r requirements.txt - Copy the example environment variables file:
cp .env-example .env- Create an account at https://linear.app and create an access token (Click on Team, Settings, Security & access, Personal API keys). You can also skip the use of Linear be leaving the
LINEAR_API_KEYvariable empty in the.envfile - Create an account at DeepSeek and create an access token.
- Populate the
.envfile with the required environment variables. - Run the application with
python app.pyand codeval will ask you what you want to evaluate!