Robert Brennan
e2dfe871c1
fix links with new url
2024-08-21 16:04:03 -04:00
Robert Brennan
c838485856
fix slack links again
2024-08-21 14:45:05 -04:00
Raj Maheshwari
80f88e14cd
[Feat] Aider Benchmark ( #3507 )
...
* [Feat] Aider Benchmark
* [Add] README.md
2024-08-21 18:05:41 +00:00
mamoodi
b7b4556433
Remove concurrency and cleanup workflows ( #3524 )
2024-08-21 13:12:00 -04:00
dependabot[bot]
9dcad7877b
chore(deps-dev): bump @types/react from 18.3.3 to 18.3.4 in /frontend ( #3522 )
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 18.3.3 to 18.3.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
---
updated-dependencies:
- dependency-name: "@types/react"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-21 16:52:38 +00:00
Robert Brennan
4172f8530f
fix slack links ( #3523 )
2024-08-21 16:02:20 +00:00
dependabot[bot]
a24779fdb8
chore(deps): bump i18next-http-backend from 2.6.0 to 2.6.1 in /frontend ( #3521 )
...
Bumps [i18next-http-backend](https://github.com/i18next/i18next-http-backend ) from 2.6.0 to 2.6.1.
- [Changelog](https://github.com/i18next/i18next-http-backend/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/i18next-http-backend/compare/v2.6.0...v2.6.1 )
---
updated-dependencies:
- dependency-name: i18next-http-backend
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-21 15:56:02 +00:00
dependabot[bot]
63d2ae8625
chore(deps-dev): bump @types/node from 22.4.1 to 22.4.2 in /frontend ( #3520 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 22.4.1 to 22.4.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-21 15:51:24 +00:00
dependabot[bot]
751e420710
chore(deps-dev): bump openai from 1.41.1 to 1.42.0 ( #3517 )
...
Bumps [openai](https://github.com/openai/openai-python ) from 1.41.1 to 1.42.0.
- [Release notes](https://github.com/openai/openai-python/releases )
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md )
- [Commits](https://github.com/openai/openai-python/compare/v1.41.1...v1.42.0 )
---
updated-dependencies:
- dependency-name: openai
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-21 23:42:33 +08:00
dependabot[bot]
4124e861f6
chore(deps): bump litellm from 1.43.18 to 1.43.19 ( #3516 )
...
Bumps [litellm](https://github.com/BerriAI/litellm ) from 1.43.18 to 1.43.19.
- [Release notes](https://github.com/BerriAI/litellm/releases )
- [Commits](https://github.com/BerriAI/litellm/compare/v1.43.18...v1.43.19 )
---
updated-dependencies:
- dependency-name: litellm
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-21 23:42:03 +08:00
dependabot[bot]
dec8f85f0d
chore(deps): bump google-cloud-aiplatform from 1.62.0 to 1.63.0 ( #3519 )
...
Bumps [google-cloud-aiplatform](https://github.com/googleapis/python-aiplatform ) from 1.62.0 to 1.63.0.
- [Release notes](https://github.com/googleapis/python-aiplatform/releases )
- [Changelog](https://github.com/googleapis/python-aiplatform/blob/main/CHANGELOG.md )
- [Commits](https://github.com/googleapis/python-aiplatform/compare/v1.62.0...v1.63.0 )
---
updated-dependencies:
- dependency-name: google-cloud-aiplatform
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-21 23:41:51 +08:00
tobitege
70723581ac
(test) enhance conftest to lessen false positives in integration tests ( #3512 )
...
* conftest: also mask size=xxx parameter in integration tests
* mask random poetry path part
* make regex more flexible
2024-08-21 15:48:32 +02:00
tobitege
426f3b5fc0
(fix) add Anthropic dependency for Vertex ( #3506 )
...
* add anthropic dependency for Vertex to Dockerfile.j2 template
* add anthropic also to pyproject
* revert Dockerfile.j2 change
Co-authored-by: Xingyao Wang <xingyao@all-hands.dev >
---------
Co-authored-by: Xingyao Wang <xingyao@all-hands.dev >
2024-08-21 11:12:49 +08:00
Robert Brennan
3fe7894966
update docs for headless mode ( #3508 )
...
* update docs for headless mode
* fix newline
* fix command parsing
* add docs
* Update README.md
* Update headless-mode.md
* empty commit
* update integration tests
---------
Co-authored-by: tobitege <10787084+tobitege@users.noreply.github.com >
Co-authored-by: Xingyao Wang <xingyao6@illinois.edu >
2024-08-20 23:57:48 +00:00
Xingyao Wang
944d21f34a
fix(ci): repo owner for docker pull ( #3510 )
2024-08-21 06:16:24 +08:00
tofarr
5e1d55f2a0
Now checking for the meta (Command) key as well as the ctrl key ( #3484 )
2024-08-20 12:20:14 -06:00
tobitege
7ef5a2d1ff
(fix) Rename last opendevin occurences ( #3490 )
...
* renaming more opendevin occurences
* remove DOCKER_IMAGE variable from Makefile
* Revert rename in evaluation/swe_bench/run_infer.py
Co-authored-by: Xingyao Wang <xingyao@all-hands.dev >
---------
Co-authored-by: Xingyao Wang <xingyao@all-hands.dev >
2024-08-20 16:45:26 +00:00
tobitege
af14dea7c6
bump frontend version from 0.1.0 to 0.8.3 ( #3496 )
2024-08-20 18:35:40 +02:00
dependabot[bot]
7d85cacf9b
chore(deps-dev): bump openai from 1.41.0 to 1.41.1 ( #3499 )
2024-08-21 00:31:31 +08:00
dependabot[bot]
a444aaf17f
chore(deps): bump i18next from 23.12.3 to 23.14.0 in /frontend ( #3502 )
2024-08-21 00:31:19 +08:00
dependabot[bot]
e60ec328d4
chore(deps): bump vite from 5.4.1 to 5.4.2 in /frontend ( #3500 )
2024-08-21 00:30:58 +08:00
dependabot[bot]
8aa282dda6
chore(deps): bump json-repair from 0.28.1 to 0.28.3 ( #3503 )
...
Bumps [json-repair](https://github.com/mangiucugna/json_repair ) from 0.28.1 to 0.28.3.
- [Release notes](https://github.com/mangiucugna/json_repair/releases )
- [Commits](https://github.com/mangiucugna/json_repair/compare/v0.28.1...v0.28.3 )
---
updated-dependencies:
- dependency-name: json-repair
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-20 16:14:43 +00:00
Mahmood Alhawaj
6487175a31
refactored all relative paths to absolute paths ( #3495 )
2024-08-21 00:09:48 +08:00
dependabot[bot]
d0df95ac62
chore(deps): bump boto3 from 1.35.0 to 1.35.1 ( #3498 )
...
Bumps [boto3](https://github.com/boto/boto3 ) from 1.35.0 to 1.35.1.
- [Release notes](https://github.com/boto/boto3/releases )
- [Commits](https://github.com/boto/boto3/compare/1.35.0...1.35.1 )
---
updated-dependencies:
- dependency-name: boto3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-20 15:55:37 +00:00
Xingyao Wang
c8452f5813
fix: custom runtime image won't work for go ( #3464 )
...
* fix request param for container_image;
add test for go;
* fix go version issue
* update test to detect go version
2024-08-20 23:38:59 +08:00
Graham Neubig
a7dfd5b9fa
Update README.md ( #3492 )
...
This PR acknowledges that this repo used to be called OpenDevin, to reduce confusion for those who may have heard of OpenDevin before.
2024-08-20 16:26:34 +02:00
tofarr
f5aa111ba6
Fix: Bump max_iterations when resuming due to throttling ( #3410 )
...
* Fix: Reset iteration count when resuming due to throttling
* Fix inadvertent additions
* WIP
* Changing max_iterations instead of iteration count
* Now adjusting max_iterations or max_budget_per_task as appropriate
* Fix check on iterations
* Fix linter issues
* AgentController: remember initial max_iterations and use it to extend state's iterations
* increase task budget by initial value (not doubling it)
---------
Co-authored-by: Tim O'Farrell <tofarr@gmai.com >
Co-authored-by: tobitege <10787084+tobitege@users.noreply.github.com >
Co-authored-by: mamoodi <mamoodiha@gmail.com >
2024-08-20 06:53:26 -06:00
dependabot[bot]
0a3d46a90b
chore(deps): bump i18next-http-backend from 2.5.2 to 2.6.0 in /frontend ( #3459 )
...
Bumps [i18next-http-backend](https://github.com/i18next/i18next-http-backend ) from 2.5.2 to 2.6.0.
- [Changelog](https://github.com/i18next/i18next-http-backend/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/i18next-http-backend/compare/v2.5.2...v2.6.0 )
---
updated-dependencies:
- dependency-name: i18next-http-backend
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-20 09:03:04 +00:00
Xingyao Wang
dc4f017b80
remove extra guide url file ( #3486 )
2024-08-20 07:30:04 +02:00
dependabot[bot]
7cc0b2827a
chore(deps-dev): bump @types/node from 22.3.0 to 22.4.1 in /frontend ( #3460 )
2024-08-20 02:16:02 +00:00
dependabot[bot]
435688be51
chore(deps): bump jose from 5.6.3 to 5.7.0 in /frontend ( #3458 )
...
Bumps [jose](https://github.com/panva/jose ) from 5.6.3 to 5.7.0.
- [Release notes](https://github.com/panva/jose/releases )
- [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md )
- [Commits](https://github.com/panva/jose/compare/v5.6.3...v5.7.0 )
---
updated-dependencies:
- dependency-name: jose
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yufan Song <33971064+yufansong@users.noreply.github.com >
2024-08-20 02:14:59 +00:00
Xingyao Wang
981c46cb61
fix: last tag list in CI ( #3488 )
2024-08-20 09:56:33 +08:00
Xingyao Wang
d45b7208f9
fix last_tag of matrix ( #3487 )
2024-08-20 09:36:40 +08:00
Xingyao Wang
3d9a38d755
fix: CI push image ( #3485 )
...
* fix comment
* remove extra ls
* update title
* fix app docker
2024-08-20 09:17:22 +08:00
Xingyao Wang
d4ba7f53f9
fix: integration tests ( #3481 )
...
* chore: fix ghcr again
* fix integraton tests
2024-08-19 23:06:55 +00:00
Xingyao Wang
94590aad35
chore: fix ghcr app push yet again ( #3482 )
2024-08-20 06:55:55 +08:00
Xingyao Wang
058dd5a025
chore: fix ghcr again ( #3479 )
2024-08-19 22:17:24 +00:00
dependabot[bot]
02845a611b
chore(deps-dev): bump llama-index-embeddings-ollama from 0.1.3 to 0.2.0 ( #3462 )
...
Bumps llama-index-embeddings-ollama from 0.1.3 to 0.2.0.
---
updated-dependencies:
- dependency-name: llama-index-embeddings-ollama
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-19 14:08:51 -07:00
Xingyao Wang
8f0f764a85
fix: CI docker image push ( #3476 )
...
* fix ghcr app
* fix ghcr runtime push
* rename od_runtime to runtime
2024-08-19 20:53:28 +00:00
dependabot[bot]
d1d2fb9aca
chore(deps): bump minio from 7.2.7 to 7.2.8 ( #3463 )
...
Bumps [minio](https://github.com/minio/minio-py ) from 7.2.7 to 7.2.8.
- [Release notes](https://github.com/minio/minio-py/releases )
- [Commits](https://github.com/minio/minio-py/compare/7.2.7...7.2.8 )
---
updated-dependencies:
- dependency-name: minio
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-19 20:43:30 +00:00
dependabot[bot]
ea6dcd8ac8
chore(deps): bump boto3 from 1.34.162 to 1.35.0 ( #3465 )
...
Bumps [boto3](https://github.com/boto/boto3 ) from 1.34.162 to 1.35.0.
- [Release notes](https://github.com/boto/boto3/releases )
- [Commits](https://github.com/boto/boto3/compare/1.34.162...1.35.0 )
---
updated-dependencies:
- dependency-name: boto3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Engel Nyst <enyst@users.noreply.github.com >
2024-08-19 20:08:46 +00:00
dependabot[bot]
8f8931dd5a
chore(deps): bump json-repair from 0.28.0 to 0.28.1 ( #3461 )
...
Bumps [json-repair](https://github.com/mangiucugna/json_repair ) from 0.28.0 to 0.28.1.
- [Release notes](https://github.com/mangiucugna/json_repair/releases )
- [Commits](https://github.com/mangiucugna/json_repair/compare/0.28.0...v0.28.1 )
---
updated-dependencies:
- dependency-name: json-repair
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Engel Nyst <enyst@users.noreply.github.com >
2024-08-19 20:08:38 +00:00
dependabot[bot]
ac21733b1e
chore(deps-dev): bump ruff from 0.6.0 to 0.6.1 ( #3467 )
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.6.0 to 0.6.1.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.6.0...0.6.1 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: yufansong <yufan@risingwave-labs.com >
2024-08-19 12:45:56 -07:00
dependabot[bot]
f8a0f936e5
chore(deps): bump litellm from 1.43.15 to 1.43.18 ( #3466 )
...
Bumps [litellm](https://github.com/BerriAI/litellm ) from 1.43.15 to 1.43.18.
- [Release notes](https://github.com/BerriAI/litellm/releases )
- [Commits](https://github.com/BerriAI/litellm/compare/v1.43.15...v1.43.18 )
---
updated-dependencies:
- dependency-name: litellm
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-19 19:19:16 +00:00
dependabot[bot]
1b0d083edb
chore(deps-dev): bump openai from 1.40.8 to 1.41.0 ( #3470 )
...
Bumps [openai](https://github.com/openai/openai-python ) from 1.40.8 to 1.41.0.
- [Release notes](https://github.com/openai/openai-python/releases )
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md )
- [Commits](https://github.com/openai/openai-python/compare/v1.40.8...v1.41.0 )
---
updated-dependencies:
- dependency-name: openai
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Engel Nyst <enyst@users.noreply.github.com >
2024-08-19 21:16:51 +02:00
Engel Nyst
840d2b2aba
renaming ( #3474 )
2024-08-19 18:41:45 +00:00
Xingyao Wang
356cbe0adf
fix: ci docker upload ( #3469 )
...
* fix upload workflow
* fix typo in filename
* fix ghcr runtime
* rename ghcr to ghcr runtime
* fix upload app docker again
2024-08-20 01:42:08 +08:00
Robert Brennan
01ae22ef57
Rename OpenDevin to OpenHands ( #3472 )
...
* Replace OpenDevin with OpenHands
* Update CONTRIBUTING.md
* Update README.md
* Update README.md
* update poetry lock; move opendevin folder to openhands
* fix env var
* revert image references in docs
* revert permissions
* revert permissions
---------
Co-authored-by: Xingyao Wang <xingyao6@illinois.edu >
2024-08-20 00:44:54 +08:00
Xingyao Wang
83f36c1d66
test: build and run runtime tests on different custom docker images ( #3324 )
...
* try to fix pip unavailable
* update test case for pip
* force rebuild in CI
* remove extra symlink
* fix newline
* added semi-colon to line 31
* Dockerfile.j2: activate env at the end
* Revert "Dockerfile.j2: activate env at the end"
This reverts commit cf2f565102 .
* cleanup Dockerfile
* switch default python image
* remove image agnostic (no longer used)
* fix tests
* simplify integration tests default image
* add nodejs specific runtime tests
* update tests and workflows
* switch to nikolaik/python-nodejs:python3.11-nodejs22
* update build sh to output image name correctly
* increase custom images to test
* fix test
* fix test
* fix double quote
* try fixing ci
* update ghcr workflow
* fix artifact name
* try to fix ghcr again
* fix workflow
* save built image to correct dir
* remove extra -docker-image
* make last tag to be human readable image tag
* fix hyphen to underscore
* run test runtime on all tags
* revert app build
* separate ghcr workflow
* update dockerfile for eval
* fix tag for test run
* try fix tag
* try fix tag via matrix output
* try workflow again
* update comments
* try fixing test matrix
* fix artifact name
* try fix tag again
* Revert "try fix tag again"
This reverts commit b369badd8c .
* tweak filename
* try different path
* fix filepath
* try fix tag artifact path again
* save json instead of line
* update matrix
* print all tags in workflow
* fix DOCKER_IMAGE to avoid ghcr.io/opendevin/ghcr.io/opendevin/od_runtime
* fix test matrix to only load unique test image tags
* try fix matrix again!!!!!
* add all runtime tests passed
---------
Co-authored-by: tobitege <tobitege@gmx.de >
Co-authored-by: Graham Neubig <neubig@gmail.com >
Co-authored-by: tobitege <10787084+tobitege@users.noreply.github.com >
2024-08-19 21:12:00 +08:00
Xingyao Wang
4f285c8e0f
Fix "Credits" in README.md ( #3455 )
2024-08-19 09:07:18 -04:00