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

[Feature Request] Implement a specialized agent for software engineering tasks #1822

Open
2 tasks done
libowen2121 opened this issue Mar 12, 2025 · 0 comments
Open
2 tasks done
Labels
enhancement New feature or request

Comments

@libowen2121
Copy link

Required prerequisites

Motivation

The goal is to support software engineering tasks such as issue resolution, following benchmarks like SWE-Bench and SWE-Lancer. A typical workflow involves repository-level operations, including viewing, creating, deleting, and modifying code files, as well as executing bash commands. All actions should be executed within a sandboxed environment (e.g., Docker).

Solution

We propose integrating the CodeActAgent implementation from OpenHands, a general-purpose coding agent. More details on its functionality can be found in the CodeActAgent README.

To achieve this:

  • Implement a new agent class, CodeActAgent, by inheriting from the BaseAgent class, using ChatAgent as a reference.
  • Support execute_bash and str_replace_editor actions, as defined in the OpenHands implementation. Note that the implementation requests for these tools will be addressed in a separate issue.
  • Integrate Docker runtime and support inference for a typical SWE like task instance (TBD).

Alternatives

No response

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant