Compare commits

...
Sign in to create a new pull request.

25 commits

Author SHA1 Message Date
sweep-ai[bot]
521621c3b1
Merge main into sweep/add-sweep-config 2023-08-01 18:32:52 +00:00
sweep-ai[bot]
ae3a6c1391
Merge main into sweep/add-sweep-config 2023-08-01 18:27:35 +00:00
sweep-ai[bot]
14327e2bf5
Merge main into sweep/add-sweep-config 2023-08-01 17:54:22 +00:00
sweep-ai[bot]
61ec91d69e
Merge main into sweep/add-sweep-config 2023-08-01 17:40:01 +00:00
sweep-ai[bot]
44adf0b53a
Update requirements.txt 2023-08-01 15:35:15 +00:00
sweep-ai[bot]
8f7ffbdc9e
Update requirements.txt 2023-08-01 15:34:14 +00:00
sweep-ai[bot]
42a7d8efdf
Update requirements.txt 2023-08-01 15:29:03 +00:00
sweep-ai[bot]
0714fd1bf4
Update requirements.txt 2023-08-01 15:28:17 +00:00
sweep-ai[bot]
ee48b14cf8
Merge main into sweep/add-sweep-config 2023-08-01 15:26:46 +00:00
sweep-ai[bot]
c4b4a2bd26
Update requirements.txt 2023-08-01 15:22:42 +00:00
sweep-ai[bot]
9b1066a03f
Merge main into sweep/add-sweep-config 2023-08-01 15:19:38 +00:00
sweep-ai[bot]
338800e846
Update requirements.txt 2023-08-01 15:19:14 +00:00
sweep-ai[bot]
04383dbc73
Merge main into sweep/add-sweep-config 2023-08-01 15:18:53 +00:00
sweep-ai[bot]
d7a611dfba
Update requirements.txt 2023-08-01 15:16:46 +00:00
sweep-ai[bot]
72b61da654
Update requirements.txt 2023-08-01 15:11:37 +00:00
sweep-ai[bot]
7b5c2e2c4b
Update requirements.txt 2023-08-01 15:08:34 +00:00
sweep-ai[bot]
2d21281eff
Update requirements.txt 2023-08-01 15:08:09 +00:00
sweep-ai[bot]
fac40ecdd5
Update requirements.txt 2023-08-01 15:06:08 +00:00
sweep-ai[bot]
2b80d79aef
Update requirements.txt 2023-08-01 15:05:33 +00:00
sweep-ai[bot]
fe59959678
Update build/lib/litellm/main.py 2023-08-01 14:57:30 +00:00
sweep-ai[bot]
b6fe7f7b0a
Update requirements.txt 2023-08-01 14:56:59 +00:00
sweep-ai[bot]
c8d32560aa
Create refactor template 2023-08-01 14:48:57 +00:00
sweep-ai[bot]
323b238d5d
Create feature template 2023-08-01 14:48:56 +00:00
sweep-ai[bot]
e354e516e2
Create bugfix template 2023-08-01 14:48:56 +00:00
sweep-ai[bot]
bdec7e82bc
Create sweep.yaml config file 2023-08-01 14:48:56 +00:00
5 changed files with 54 additions and 9 deletions

11
.github/ISSUE_TEMPLATE/sweep-bugfix.yml vendored Normal file
View file

@ -0,0 +1,11 @@
name: Bugfix
title: 'Sweep: '
description: Write something like "We notice ... behavior when ... happens instead of ...""
labels: sweep
body:
- type: textarea
id: description
attributes:
label: Details
description: More details about the bug
placeholder: The bug might be in ... file

View file

@ -0,0 +1,11 @@
name: Feature Request
title: 'Sweep: '
description: Write something like "Write an api endpoint that does "..." in the "..." file"
labels: sweep
body:
- type: textarea
id: description
attributes:
label: Details
description: More details for Sweep
placeholder: The new endpoint should use the ... class from ... file because it contains ... logic

View file

@ -0,0 +1,11 @@
name: Refactor
title: 'Sweep: '
description: Write something like "Modify the ... api endpoint to use ... version and ... framework"
labels: sweep
body:
- type: textarea
id: description
attributes:
label: Details
description: More details for Sweep
placeholder: We are migrating this function to ... version because ...

View file

@ -1,9 +1,9 @@
openai openai==0.27.0
cohere cohere==4.18.0
func_timeout func_timeout==4.3.5
anthropic anthropic==0.3.7
replicate replicate==0.10.0
pytest pytest==6.2.5
pytest pytest==6.2.5
python-dotenv python-dotenv==0.19.1
openai[datalib] openai[datalib]==0.27.0

12
sweep.yaml Normal file
View file

@ -0,0 +1,12 @@
# Sweep AI turns bug fixes & feature requests into code changes (https://sweep.dev)
# For details on our config file, check out our docs at https://docs.sweep.dev
# If you use this be sure to frequently sync your default branch(main, master) to dev.
branch: 'main'
# If you want to enable GitHub Actions for Sweep, set this to true.
gha_enabled: False
# This is the description of your project. It will be used by sweep when creating PRs. You can tell Sweep what's unique about your project, what frameworks you use, or anything else you want.
# Here's an example: sweepai/sweep is a python project. The main api endpoints are in sweepai/api.py. Write code that adheres to PEP8.
description: ''
# Default Values: https://github.com/sweepai/sweep/blob/main/sweep.yaml