weisijie 18dc5ba60f 1. 实现了工作流节点输出统一信封结构(NodeOutputEnvelope),所有节点严格按画布声明的 outputs 字段组装为 {status, message, data} 三段式 JSON,杜绝扁平 Map 顶层的字段污染; il y a 1 mois
..
public 86d3126355 1. 实现了智能体管理功能,支持 Skill 文件的上传、编辑、删除和自动解析; il y a 2 mois
src 18dc5ba60f 1. 实现了工作流节点输出统一信封结构(NodeOutputEnvelope),所有节点严格按画布声明的 outputs 字段组装为 {status, message, data} 三段式 JSON,杜绝扁平 Map 顶层的字段污染; il y a 1 mois
.gitignore 86d3126355 1. 实现了智能体管理功能,支持 Skill 文件的上传、编辑、删除和自动解析; il y a 2 mois
README.md 86d3126355 1. 实现了智能体管理功能,支持 Skill 文件的上传、编辑、删除和自动解析; il y a 2 mois
index.html 5c33fe0fa1 1. 实现了 Skill 在线编辑功能,支持元数据表单编辑和 Markdown 正文 Monaco Editor 编辑; il y a 2 mois
package-lock.json daf96216ee 1. 实现了统一 RAG 检索编排,支持文档、知识库、结构化数据与知识图谱多源召回; il y a 1 mois
package.json daf96216ee 1. 实现了统一 RAG 检索编排,支持文档、知识库、结构化数据与知识图谱多源召回; il y a 1 mois
vite.config.js 86d3126355 1. 实现了智能体管理功能,支持 Skill 文件的上传、编辑、删除和自动解析; il y a 2 mois

README.md

Vue 3 + Vite

This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Learn more about IDE Support for Vue in the Vue Docs Scaling up Guide.