You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
def do_task(task):
success = False
while not success:
success = command(poetry run python -m openhands.core.cli -t "task").exit_code == 0
if not success:
do_task('Analyze the error in {log_file} and fix it')
do_task('some task')
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Got this idea while pondering the scientific feedback paper, maybe agents can spawn derivative agent(s) that has modified scripts such that they can better think about the work that they do? https://github.com/Eladlev/AutoPrompt Weixin-Liang/LLM-scientific-feedback#32
Beta Was this translation helpful? Give feedback.
All reactions