Feat: add agent share team viewer (#6222)

### What problem does this PR solve?
Allow member view agent  
#  Canvas editor

![image](https://github.com/user-attachments/assets/042af36d-5fd1-43e2-acf7-05869220a1c1)
# List agent

![image](https://github.com/user-attachments/assets/8b9c7376-780b-47ff-8f5c-6c0e7358158d)
# Setting 

![image](https://github.com/user-attachments/assets/6cb7d12a-7a66-4dd7-9acc-5b53ff79a10a)
 
_Briefly describe what this PR aims to solve. Include background context
that will help reviewers understand the purpose of the PR._

### Type of change

- [ ] Bug Fix (non-breaking change which fixes an issue)
- [x] New Feature (non-breaking change which adds functionality)
- [ ] Documentation Update
- [ ] Refactoring
- [ ] Performance Improvement
- [ ] Other (please describe):

---------

Co-authored-by: Kevin Hu <kevinhu.sh@gmail.com>
This commit is contained in:
so95
2025-03-19 18:04:13 +07:00
committed by GitHub
parent d17ec26c56
commit 344727f9ba
18 changed files with 1665 additions and 1164 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1192,6 +1192,15 @@ This delimiter is used to split the input text into several text pieces echo of
addCategory: 'Add category',
categoryName: 'Category name',
nextStep: 'Next step',
variableExtractDescription:
'Extract user information into global variable throughout the conversation',
variableExtract: 'Variables',
variables: 'Variables',
variablesTip: `Set the clear json key variable with a value of empty. e.g.
{
"UserCode":"",
"NumberPhone":""
}`,
datatype: 'MINE type of the HTTP request',
insertVariableTip: `Enter / Insert variables`,
historyversion: 'History version',
@ -1204,14 +1213,25 @@ This delimiter is used to split the input text into several text pieces echo of
version: 'Version',
select: 'No version selected',
},
},
footer: {
profile: 'All rights reserved @ React',
},
layout: {
file: 'file',
knowledge: 'knowledge',
chat: 'chat',
setting: 'Setting',
settings: {
upload: 'Upload',
photo: 'Photo',
permissions: 'Permission',
permissionsTip: 'You can set the permissions of the team members here.',
me: 'me',
team: 'Team',
},
noMoreData: 'No more data',
searchAgentPlaceholder: 'Search agent',
footer: {
profile: 'All rights reserved @ React',
},
layout: {
file: 'file',
knowledge: 'knowledge',
chat: 'chat',
},
},
},
};

View File

@ -722,7 +722,8 @@ export default {
s3: 'S3 上傳',
preview: '預覽',
fileError: '文件錯誤',
uploadLimit: '本地部署的單次上傳檔案總大小上限為 1GB單次批量上傳檔案數不超過 32單個帳戶不限檔案數量。',
uploadLimit:
'本地部署的單次上傳檔案總大小上限為 1GB單次批量上傳檔案數不超過 32單個帳戶不限檔案數量。',
destinationFolder: '目標資料夾',
},
flow: {