This commit is contained in:
liushaojie 2024-08-30 18:25:46 +08:00 committed by seeker-jie
parent 8ca577f22e
commit d3f8664ddd
2 changed files with 7 additions and 1 deletions

View file

@ -144,7 +144,8 @@ class RoleZero(Role):
"goto_line",
"insert_content_at_line",
"open_file",
"read" "scroll_down",
"read",
"scroll_down",
"scroll_up",
"search_dir",
"search_file",

View file

@ -1,3 +1,8 @@
"""
This file is borrowed from OpenDevin
You can find the original repository here:
https://github.com/All-Hands-AI/OpenHands/blob/main/openhands/runtime/plugins/agent_skills/utils/aider/linter.py
"""
import os
import subprocess
import sys