Skip to content

Commit

Permalink
Merge branch 'main' into xw/fix-agent-task-already-running
Browse files Browse the repository at this point in the history
  • Loading branch information
xingyaoww committed May 2, 2024
2 parents f9acead + 30e10e7 commit 3d38dc8
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 9 deletions.
4 changes: 0 additions & 4 deletions agenthub/micro/_instructions/actions/add_task.md

This file was deleted.

2 changes: 1 addition & 1 deletion agenthub/micro/_instructions/actions/finish.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
* `finish` - if ALL of your tasks and subtasks have been verified or abandoned, and you're absolutely certain that you've completed your task and have tested your work, use the finish action to stop working. Arguments:
* `finish` - if you're absolutely certain that you've completed your task and have tested your work, use the finish action to stop working. Arguments:
* `outputs` - a dictionary representing the outputs of your task, if any
3 changes: 0 additions & 3 deletions agenthub/micro/_instructions/actions/modify_task.md

This file was deleted.

2 changes: 1 addition & 1 deletion agenthub/micro/study_repo_for_task/prompt.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ the information needed to complete this task:
You must ONLY `run` commands that have no side-effects, like `ls` and `grep`.

Do NOT finish until you have a complete understanding of which parts of the
codebase are relevant to the task, including particular files, function, functions, and classes.
codebase are relevant to the task, including particular files, functions, and classes.
When you're done, put your summary in `outputs.summary` in the `finish` action.

## History
Expand Down

0 comments on commit 3d38dc8

Please sign in to comment.