Skip to content

Commit 94aee4f

Browse files
committed
feat:添加工具'finish'以指示代理循环需要停止
1 parent a946af7 commit 94aee4f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • agents/matmaster_agent/sub_agents

agents/matmaster_agent/sub_agents/tools.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1763,4 +1763,8 @@
17631763
'bypass_confirmation': True,
17641764
'self_check': False,
17651765
},
1766+
'finish': {
1767+
'scene': [SceneEnum.UNIVERSAL],
1768+
'description': 'Indicate the agentic loop need stop',
1769+
},
17661770
}

0 commit comments

Comments
 (0)