Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(controller): "Current task state not recognized" #1517

Merged
merged 8 commits into from
May 2, 2024

Conversation

xingyaoww
Copy link
Member

@xingyaoww xingyaoww commented May 2, 2024

Prerequisite: merge #1516

Fix #1492 (comment)

@xingyaoww xingyaoww marked this pull request as ready for review May 2, 2024 12:47
@xingyaoww
Copy link
Member Author

@amanape I tried to fix the reset issue; based on my testing, you should be able to reset tasks easily.

However, I'm debating regarding whether the PAUSE button should have any effect when the agent is awaiting user input. Awaiting user input is technically a type of "pause" itself? WDYT?

@amanape
Copy link
Member

amanape commented May 2, 2024

@xingyaoww You're right, disabling the pause button while the agent is waiting makes more sense. Another alternative would be your suggestions in #1508

Personally, I think

directly change the send button into "[continue]"

is a good one.

@iFurySt
Copy link
Member

iFurySt commented May 2, 2024

I tried to fix the reset issue; based on my testing, you should be able to reset tasks easily.

@xingyaoww @amanape i slightly adjust the reset behavior here. #1519

@xingyaoww xingyaoww merged commit f19333a into main May 2, 2024
23 checks passed
@xingyaoww xingyaoww deleted the xw/fix-task-state-not-recognize branch May 2, 2024 15:34
yimothysu pushed a commit to yimothysu/OpenDevin that referenced this pull request May 3, 2024
* fix agent task already running bug

* attemp to fix "Current task state not recognized"

* Revert "attemp to fix "Current task state not recognized""

This reverts commit f5cbfe1.

* attemp to fix "Current task state not recognized"

* fix invalid state for reset

---------

Co-authored-by: Leo <ifuryst@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: The Agent stuck when error occurred in loop.
4 participants