Feat: Limit the appearance of loops in operators in the agent canvas #3221 (#9253)

### What problem does this PR solve?
Feat: Limit the appearance of loops in operators in the agent canvas
#3221

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-08-05 19:21:24 +08:00
committed by GitHub
parent f235a38225
commit ed9757b0c7
2 changed files with 32 additions and 10 deletions

View File

@ -843,7 +843,7 @@ General实体和关系提取提示来自 GitHub - microsoft/graphrag基于
relevant: '是否相关',
rewriteQuestion: '问题优化',
begin: '开始',
message: '静态消息',
message: '回复消息',
blank: '空',
createFromNothing: '从无到有',
addItem: '新增',
@ -1245,7 +1245,7 @@ General实体和关系提取提示来自 GitHub - microsoft/graphrag基于
modeTip: '模式定义了工作流的启动方式。',
beginInputTip: '通过定义输入参数,此内容可以被后续流程中的其他组件访问。',
query: '查询变量',
agent: 'Agent',
agent: '智能体',
agentDescription: '构建具备推理、工具调用和多智能体协同的智能体组件。',
maxRecords: '最大记录数',
createAgent: 'Create Agent',