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

[Bug]: AgentDelegateAction no more works #1897

Closed
2 tasks done
li-boxuan opened this issue May 19, 2024 · 0 comments · Fixed by #1910
Closed
2 tasks done

[Bug]: AgentDelegateAction no more works #1897

li-boxuan opened this issue May 19, 2024 · 0 comments · Fixed by #1910
Assignees
Labels
bug Something isn't working severity:medium Problems that affect many users

Comments

@li-boxuan
Copy link
Collaborator

Is there an existing issue for the same bug?

Describe the bug

AgentDelegateAction is broken, likely after the refactoring PR: #1538

Current Version

latest main, 3f1b7117b19cbc2b39dbb80ed282643811a03a46

Installation and Configuration

DEBUG=true SANDBOX_TYPE=ssh WORKSPACE_BASE=/Users/liboxuan/workspace/OpenDevin/_test_workspace WORKSPACE_MOUNT_PATH=/Users/liboxuan/workspace/OpenDevin/_test_workspace AGENT=ManagerAgent WORKSPACE_MOUNT_PATH_IN_SANDBOX=/workspace poetry run python ./opendevin/core/main.py -i 10 -t 'Fix typos in bad.txt. Do not ask me for confirmation at any point.' -c ManagerAgent

Model and Agent

No response

Reproduction Steps

No response

Logs, Errors, Screenshots, and Additional Context

Screenshot 2024-05-18 at 10 49 29 PM
@li-boxuan li-boxuan added bug Something isn't working severity:medium Problems that affect many users labels May 19, 2024
@li-boxuan li-boxuan self-assigned this May 19, 2024
li-boxuan added a commit that referenced this issue May 29, 2024
This PR fixes #1897. In addition, this PR fixes and tweaks a few micro-agents.

For the first time, I am able to use ManagerAgent to complete test_write_simple_script and test_edits tasks in integration tests, so this PR also adds ManagerAgent as part of integration tests. test_write_simple_script involves delegation to CoderAgent while test_edits involves delegation to TypoFixerAgent.

Also for the first time, I am able to use DelegateAgent to complete test_write_simple_script and test_edits tasks in integration tests, so this PR also adds DelegateAgent as part of integration tests. It involves delegation to StudyRepoForTaskAgent, CoderAgent and VerifierAgent.

This PR is a blocker for #1735 and likely #1945.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working severity:medium Problems that affect many users
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant