https://github.com/darsagent/DARS-Agent
https://github.com/darsagent/DARS-Agent
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/darsagent/DARS-Agent
- Owner: darsagent
- Created: 2025-01-30T22:18:48.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-03-30T03:17:50.000Z (about 2 months ago)
- Last Synced: 2025-03-30T04:20:28.746Z (about 2 months ago)
- Language: Python
- Size: 4.12 MB
- Stars: 25
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - darsagent/DARS-Agent - (Python)
README
![]()
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.