An open API service indexing awesome lists of open source software.

https://github.com/darsagent/DARS-Agent


https://github.com/darsagent/DARS-Agent

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        


DARS Logo




Paper


DARS: Dynamic Action Re-Sampling to Enhance Coding Agent Performance by Adaptive Tree Traversal

## Overview
This repo contains all the codes for the [paper](https://drive.google.com/file/d/1DMAZ-fkirC8uKl8819cOq9J3BQ4E7GXR/view?usp=drive_link). This repo is sub-divided in three parts:

### DARS-Agent
[dars-agent](dars-agent) directory contains our main agent pipeline to a generate a trajectory given a github issue.

### Reviewer
[reviewer](reviewer) directory contains code for creating the dataset for training the reviewer model.

### Tree Visualizer
[tree-visualizer](tree-visualizer) directory contians the code for our visualization tool used to effectively analyze our trajectories.