Fix:Optimize Agent template page, fix bugs in knowledge base (#9009)

### What problem does this PR solve?

Replace Avatar with RAGFlowAvatar component for knowledge base and
agent, optimize Agent template page, and modify bugs in knowledge base
#3221

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
chanx
2025-07-24 09:30:05 +08:00
committed by GitHub
parent ad177951e9
commit 03e39ca9be
17 changed files with 222 additions and 103 deletions

View File

@@ -1296,6 +1296,7 @@ This delimiter is used to split the input text into several text pieces echo of
agentDescription:
'Builds agent components equipped with reasoning, tool usage, and multi-agent collaboration. ',
maxRecords: 'Max records',
createAgent: 'Create Agent',
stringTransform: 'String transform',
userFillUp: 'Input',
codeExec: 'Code',

View File

@@ -1248,6 +1248,7 @@ General实体和关系提取提示来自 GitHub - microsoft/graphrag基于
agent: 'Agent',
agentDescription: '构建具备推理、工具调用和多智能体协同的智能体组件。',
maxRecords: '最大记录数',
createAgent: 'Create Agent',
stringTransform: '文本处理',
userFillUp: '等待输入',
codeExec: '代码',