Remove extra message actions (#1608)

* remove extra actions

* remove message observations

* support null obs

* handle null obs

* fix frontend for changes

* fix the way messages flow to the UI

* change think to message

* add regen script

* regenerate all integration tests

* change task

* remove gh test

* fix messages

* fix tests

* help agent exit after hitting max iter

* Update opendevin/events/observation/success.py

Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>

* Update agenthub/codeact_agent/codeact_agent.py

Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>

---------

Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
This commit is contained in:
Robert Brennan
2024-05-07 17:13:08 -04:00
committed by GitHub
parent 4a2a35b6cf
commit 242c4a0df6
76 changed files with 1545 additions and 2741 deletions

1
.gitignore vendored
View File

@@ -196,6 +196,7 @@ logs
# agent
.envrc
/workspace
/_test_workspace
/debug
cache