feat: integrate rover-agent package as workflow runner #230
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Refactor the task execution system to use the
rover-agent
package as the workflow runner. This change replaces the previous bash-based setup scripts with a structured YAML workflow system that provides better maintainability, error handling, and status tracking.In the future, users will be able to edit and create their own workflows.
Closes #217
Changes
rover-agent
package installation to Docker image build process with multi-stage buildentrypoint.sh
script that handles agent installation, MCP server configuration, and workflow executionswe.yml
) with structured steps for research, planning, implementation, and reviewpupa
library for dynamic workflow configurationrunner.ts
with output directory support for moving workflow artifactsNotes
I built the
rover-agent
CLI directly during the container image build. It means we are not effectively versioning this CLI tool for now and relay on the container version. We will revisit this.Example output