808vita
e9adc45276
doc: add mock server to list in CONTRIBUTING.md ( #442 )
...
Added mock server to "How to begin" section
2024-03-31 11:16:33 -04:00
Robert Brennan
a73df88678
require 3.11 ( #451 )
2024-03-31 11:12:13 -04:00
Engel Nyst
6e4089fb75
Remove unexpected backticks from the LLM ( #440 )
2024-03-31 10:39:35 -04:00
Jayanth Parthsarathy
907da30320
doc: fix wrong link to server in contributing.md ( #427 )
...
* doc: fix wrong link to server in contributing.md
---------
Co-authored-by: jimsu <jimsu@protonmail.com>
2024-03-31 01:32:27 -04:00
Jim Su
7af57b3e1d
Make user messages blue ( #428 )
2024-03-31 01:09:03 -04:00
Engel Nyst
ddf27c0891
Fix Agent README.md ( #422 )
2024-03-31 00:55:24 -04:00
iFurySt
dab86c4a77
Style improve fe layout and interaction ( #385 )
...
* style: improve FE layout and interaction, remove daisyui, switch to nextui; reduce the props of Workspace component; adjust style of chat bubble and workspace tabs.
2024-03-31 00:52:34 -04:00
Manal Arora
87d56d961f
feat(frontend): adding functinality to get agents from backend server ( #406 )
...
* adding functinality to get agents from backend server
* dynamic selection of agents in backend
* adding the function listAgents
* Update opendevin/server/listen.py
* Update opendevin/agent.py
---------
Co-authored-by: Robert Brennan <accounts@rbren.io>
2024-03-30 19:45:55 -04:00
Robert Brennan
fd5618202e
Update sandbox.py ( #390 )
2024-03-30 19:35:59 -04:00
Robert Brennan
2a959a199b
Update README.md ( #396 )
2024-03-30 19:28:58 -04:00
jannikwinghart
da69bab11a
Added instructions to update the backend architecture diagram ( #413 )
2024-03-30 19:24:52 -04:00
Robert Brennan
93cb5e0617
Update agent docs ( #407 )
...
* Update agent docs
* Update README.md
* Update README.md
2024-03-30 19:23:40 -04:00
Yufan Song
2d8cb973a8
add container image ( #408 )
2024-03-30 14:58:31 -04:00
Robert Brennan
4882cb6a66
Update README.md ( #403 )
2024-03-30 14:11:58 -04:00
jannikwinghart
dd1ac82d15
Added architecture diagrams for system overview and backend ( #391 )
2024-03-30 12:03:56 -04:00
Zijian Han
838f79879b
fix #375 : update python version ( #380 )
2024-03-30 10:46:02 -04:00
Robert Brennan
6bd566d780
simplify readme ( #366 )
...
* simplify readme
* Update config.toml.template
* Update vite.config.ts (#372 )
* Update vite.config.ts
* Update frontend/vite.config.ts
---------
Co-authored-by: Robert Brennan <accounts@rbren.io>
* remove old langchains infra
* remove refs to OPENAI_API_KEY
* simplify opendevin readme
---------
Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
2024-03-30 10:15:20 -04:00
Jim Su
11ed011b11
Update README.md ( #379 )
2024-03-30 10:15:08 -04:00
Robert Brennan
effac868c1
Implement deserialization for actions and observations ( #359 )
...
* action deserializing
* add observation deserialization
* add tests
* refactor agents with serialization
* fix some errors
* fix lint
* fix json parser
2024-03-30 10:06:25 -04:00
Robert Brennan
f68ee45761
output prompt debug before response ( #348 )
2024-03-30 20:08:05 +08:00
Renu
0a4f7de215
refactor(frontend): categorized css files into a separate folder ( #298 )
...
* Issue 294
* categorize css files
* cleanup
* formatted css
2024-03-30 20:01:39 +08:00
Jim Su
1be355436d
Expose LiteLLM model names in backend ( #370 )
2024-03-29 19:34:32 -04:00
Robert Brennan
96af82ad6d
Update README.md ( #365 )
2024-03-29 16:58:21 -04:00
Hesham
0e1ba56ef0
Support --task-file argument for main.py ( #358 )
...
* Update main.py
* Update main.py
* Update opendevin/main.py
Co-authored-by: Robert Brennan <accounts@rbren.io>
* Update main.py
* Update main.py
* Update main.py
* Update main.py
---------
Co-authored-by: Robert Brennan <accounts@rbren.io>
2024-03-29 16:54:26 -04:00
Anas DORBANI
f5d07ad1b3
add more checks for the pre-commit config ( #279 )
2024-03-29 16:48:02 -04:00
Robert Brennan
3d7a86feb6
Fix TOML parser ( #363 )
...
* fix toml
* Update opendevin/config.py
* install types
* install types
* Revert "install types"
This reverts commit 820b38b1e20a6aa871b9c6bfe2f68df775c8f24f.
* fix install types
* non-interactive
2024-03-29 16:39:53 -04:00
Robert Brennan
248c39697e
Remove extra install step ( #361 )
2024-03-29 16:13:29 -04:00
iFurySt
2286e73912
fix: change to use the latest docker image. ( #290 )
...
Co-authored-by: Robert Brennan <accounts@rbren.io>
2024-03-29 15:59:52 -04:00
Josh Hendershot
197e7fb2c0
fix(agenthub): update initial thoughts ( #281 )
...
* fix(agenthub): update initial thoughts
* edit langchains_agent
2024-03-29 15:57:10 -04:00
Yufan Song
a7b4a7ca2f
add byte order ( #292 )
2024-03-29 15:50:06 -04:00
Yufan Song
2def49e794
add ( #355 )
...
Co-authored-by: Robert Brennan <accounts@rbren.io>
2024-03-29 15:33:02 -04:00
Jim Su
b1b96df8a8
Replace environment variables with configuration file ( #339 )
...
* Replace environment variables with configuration file
* Add config.toml to .gitignore
* Remove unused os imports
* Update README.md
* Update README.md
* Update README.md
* Fix merge conflict
* Fallback to environment variables
* Use template file for config.toml
* Update config.toml.template
* Update config.toml.template
---------
Co-authored-by: Robert Brennan <accounts@rbren.io>
2024-03-29 15:26:20 -04:00
George Balch
b443c0af29
fix: Update requirements.txt with google-generativai ( #315 )
...
* Install google generativeai package and update requirements.txt using pip freeze
* Switch to pipenv for package management and add google-generateai package as well
* Update README with new installation instructions, refactor a little for better ordering of instructions
* Fix typo
---------
Co-authored-by: Robert Brennan <accounts@rbren.io>
2024-03-29 15:16:12 -04:00
808vita
98e7057d53
refactor(vite config) & doc (main readme) : Start Frontend with just "npm start" ( #333 )
...
* frontend : added vite --port 3001 | package.json
"start" script : added "vite --port 3001" to frontend package.json
Just use npm start ; uses port 3001
* Updated installation section for frontend | README.md
With the addition of "start": "vite --port 3001" to the frontend's package.json, simply use "npm start" to initiate the frontend development environment.
* -modify vite config port to 3001
-Revert "frontend : added vite --port 3001 | package.json"
2024-03-29 15:13:42 -04:00
Raphaël Fleury-le veso
f3fda42765
fix: Add claude-3-opus-20240229 option to settingsService.ts ( #342 )
...
* Added claude-3-opus-20240229 option to settingsService.ts
* Fix lint error
---------
Co-authored-by: Jim Su <jimsu@protonmail.com>
2024-03-29 12:23:18 -04:00
Robert Brennan
a6f0c066b5
Implement Planning ( #267 )
...
* add outline of agent
* add plan class
* add initial prompt
* plumb plan through a bit
* refactor state management
* move task into state
* fix errors
* add prompt parsing
* add task actions
* better serialization
* more serialization hacks
* fix fn
* fix recursion error
* refine prompt
* better description of run
* update prompt
* tighter planning mechanism
* prompt tweaks
* fix merge
* fix lint issues
* add error handling for tasks
* add graphic for plans
* remove base_path from file actions
* rename subtask to task
* better planning
* prompt updates for verification
* remove verify field
* ruff
* mypy
* fix actions
2024-03-29 11:47:29 -04:00
Robert Brennan
32a3a0259a
Serialization of Actions and Observations ( #314 )
...
* checkout geohotstan work
* merge session.py changes
* add observation ids
* ignore null actions and obs
* add back action messages
* fix lint
2024-03-29 10:49:40 -04:00
brzhang
bbc51c858d
feat: pref message send box style ( #335 )
...
Co-authored-by: brzhang <hoollyzhang@tencent.com>
2024-03-29 09:19:39 -04:00
Robert Brennan
0322693ec2
remove base_path from file actions ( #320 )
...
* remove base_path from file actions
* unused imports
2024-03-29 11:55:25 +08:00
Anas DORBANI
7c27e59918
feat: Ad/regression tests using pytest ( #329 )
...
* Remove all the unnecessary files
* Create finalize the regression testing framework and add hello world test case
* Update requirements.txt
* Update the test function to execute the generate script
2024-03-28 23:40:30 -04:00
Jim Su
fa87352b45
Correctly change directory ( #325 )
...
* Correctly change directory
* Make pre-commit executable
* Fix lint issues
2024-03-28 20:49:37 -04:00
808vita
7448d9147b
Update README.md ( #323 )
...
Frontend readme updated - for terminal section
2024-03-28 20:36:56 -04:00
Ashher Ali
33f67876d9
bug: #313 responsive width wrt size ( #302 )
...
* #294 refactor Browser.tsx and Browser.css
* #313 UI responsive
* husky issue resolved
* #313 UI responsive
2024-03-28 16:54:35 -04:00
Yufan Song
e6633e6aae
refactor ( #318 )
2024-03-28 15:51:28 -04:00
Yufan Song
dedd09fdf5
add mkdir ( #317 )
2024-03-28 15:39:40 -04:00
Robert Brennan
94120f2b5d
refactor state management ( #258 )
...
* refactor state management
* rm import
* move task into state
* revert change
* revert a few files
2024-03-28 15:23:47 -04:00
Yufan Song
d993162801
feat(sandbox): add container process timeout kill machenism ( #316 )
...
* add timeout
* set timeout
2024-03-28 15:04:13 -04:00
Jim Su
e249776e96
Force dark mode ( #310 )
2024-03-28 12:25:17 -04:00
Yashwanth S C
f38bbf9261
feat(frontend): Add file picker to choose the working directory #221 ( #289 )
...
Add a file picker feature to top of the chat window.
Now a user can select the directory to work with.
Once a directory is chosen the user has the option to edit the directory also.(i.e choose another directory).
2024-03-28 10:53:33 -04:00
Yufan Song
256a04b307
fix(sandbox): add get pid code and kill the process ( #274 )
...
* add get pid code and kill
* remove print
* apply suggestion
2024-03-28 10:41:17 -04:00