Change to use goal_list in the api code, add list_agents to the other goal as the last tool

This commit is contained in:
Laine
2025-03-12 09:40:56 -04:00
parent e872c9381d
commit df58eee9d4
3 changed files with 8 additions and 12 deletions

View File

@@ -180,7 +180,6 @@ class AgentGoalWorkflow:
if await helpers.handle_missing_args(current_tool, args, tool_data, self.prompt_queue):
continue
# Would swapping these two get rid of the confirm button step?
waiting_for_confirm = True
self.confirm = False
workflow.logger.info("Waiting for user confirm signal...")