全栈原型Full-stack prototype· 2026
AgentFlow Studio
类 Coze 智能体平台原型Coze-like agent platform prototype
LOOM-PLUS 的前身,验证工作流画布、知识库 RAG 和流式对话的核心假设。An earlier AI workflow prototype used to explore canvas-based orchestration, RAG, and streaming chat.

案例摘要Case summary
产品洞察Product insight
在做融合版之前,先用独立原型验证“工作流画布 + RAG 检索 + 智能对话”是否能构成可理解的产品闭环。Before building the merged version, first validate with a standalone prototype whether workflow canvas + RAG retrieval + intelligent chat can form a comprehensible product loop.
项目简介Overview
AgentFlow Studio 是轻量级类 Coze 平台,支持拖拽节点编排 AI 工作流、挂载知识库做 RAG 检索,并通过 SSE 流式对话交互。AgentFlow Studio is a lightweight Coze-like platform that supports drag-and-drop node orchestration of AI workflows, mounting a knowledge base for RAG retrieval, and interacting through SSE streaming chat.
技术栈Tech stack
结果证据Evidence
README 保留工作流画布、知识库、RAG 和对话截图。README keeps workflow canvas, knowledge base, RAG, and chat screenshots.
项目结构覆盖 NestJS 后端、Vue 前端、Docker 与 CI。The project structure covers a NestJS backend, Vue frontend, Docker, and CI.
关键决策Key decisions
只做聊天框无法体现智能体平台的编排能力。A chat box alone cannot show the orchestration capability of an agent platform.
优先实现可视化画布和节点配置,让用户看到任务如何被拆解和执行。Prioritize the visual canvas and node configuration so users can see how tasks are decomposed and executed.
想看完整的代码和实现细节?Want the full code and implementation details?
在 GitHub 上查看View on GitHub