feat(agent): 新增智能体应用功能

- 添加智能体列表页面和相关API
- 实现聊天功能,包括历史对话和当前对话
- 新增工作流功能,包括表单提交和结果展示- 优化路由配置,增加智能体相关路由
- 添加全局常量和枚举,用于智能体类型区分
This commit is contained in:
林志军
2025-07-15 15:16:03 +08:00
parent c4b074b775
commit 616665d219
20 changed files with 869 additions and 28 deletions

View File

@ -0,0 +1,20 @@
.agent-wrap {
padding: 24px;
background: #fff;
border-radius: 4px;
.ant-card-cover img {
height: 150px;
object-fit: cover;
}
.span-title {
color: var(--Text-2, #3C4043);
font-size: 16px;
font-family: Alibaba PuHuiTi;
font-weight: 400;
line-height: 44px;
word-wrap: break-word;
padding-bottom: 20px;
}
}