agent功能开发增加MCP后端

This commit is contained in:
2025-11-07 19:11:58 +08:00
parent 446d8f0870
commit 315d606945
15 changed files with 3639 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ import {
VStack,
useColorModeValue,
} from '@chakra-ui/react';
import ChatInterface from '../../components/ChatBot';
import { ChatInterfaceV2 } from '../../components/ChatBot';
/**
* Agent聊天页面
@@ -42,7 +42,7 @@ const AgentChat = () => {
h="calc(100vh - 300px)"
minH="600px"
>
<ChatInterface />
<ChatInterfaceV2 />
</Box>
</VStack>
</Container>