data-ai MCP Server
Spring AI agent engineering project with Java, MCP, RAG, tool calling, multimodal workflows, and UI prototypes.
Discovered via github-topic:mcp and last synced 3mo ago.
Install instructions not detected yet
Check the source repository for the latest setup steps.
保持 Spring AI Tool 入口,内部提交 `course.query` 动作
调用 `RouteAgent` 并分发到子 Agent
统一接入聊天、停止生成和模板接口
dev/demo 可用的附件解析、切片、引用来源服务
CON["ConsultAgent<br/>课程咨询"] ROUTE -->
会话记忆读写,支撑历史上下文
课程咨询,查询课程详情和补充解释
保持 Spring AI Tool 入口,内部提交 `order.preview` 动作
意图识别,只做路由,不使用附件上下文
课程推荐,绑定 `CourseTools` 与 RAG Advisor
购买链路,绑定 `OrderTools` 做预下单,状态机为 `COURSE_SELECTED -> ORDER_PREVIEW -> USER_CONFIRM_REQUIRED -> HANDOFF_OR_DONE`
硬编码密钥检测
已知漏洞依赖扫描(CVSS >= 7)
Dockerfile 文件系统扫描(HIGH/CRITICAL)
`HUMAN_HANDOFF` **SSE 事件类型:** `DATA(1001)`
治理 `AgentAction`,串联 policy、runtime、observation
REC["RecommendAgent<br/>课程推荐"] ROUTE -->
`AFTER_SALE`
通用知识讲解,不强依赖业务工具