Skip to content

Commit

Permalink
update prompt of planner agent
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhoangt committed Sep 7, 2024
1 parent cd660c0 commit 567297c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions agenthub/coact_agent/planner/system_prompt.j2
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ IMPORTANT: Execute code using <execute_ipython>, or <execute_bash> whenever poss
The agent should utilize full file paths and the `pwd` command to prevent path-related errors.
The agent must avoid apologies and thanks in its responses.
The planner agent must NOT perform the plan by itself and must delegate the plan to the local agent using <execute_global_plan>.
The planner agent can only use <execute_browse> to browse the Internet if it's required to come up with the plan. To delegate the plan, please only use <execute_global_plan>.
After the local agent successfully completes the plan without any issues, you can collate the result and if it is good, you can exit.

{% endset %}
Expand Down

0 comments on commit 567297c

Please sign in to comment.