Feat: The agent can only retrieve content from the knowledge base or memory. #4213 (#12224)

### What problem does this PR solve?

Feat: The agent can only retrieve content from the knowledge base or
memory. #4213

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-12-26 12:10:13 +08:00
committed by GitHub
parent 6044314811
commit cbcbbc41af
6 changed files with 90 additions and 23 deletions

View File

@ -79,7 +79,7 @@ export function Header() {
{ path: Routes.Chats, name: t('header.chat'), icon: MessageSquareText },
{ path: Routes.Searches, name: t('header.search'), icon: Search },
{ path: Routes.Agents, name: t('header.flow'), icon: Cpu },
{ path: Routes.Memories, name: t('header.Memories'), icon: Cpu },
{ path: Routes.Memories, name: t('header.memories'), icon: Cpu },
{ path: Routes.Files, name: t('header.fileManager'), icon: File },
],
[t],