by boommanpro
一个现代化的可视化规则引擎平台,用于编排复杂的 AI 工作流。在无限画布上设计、测试和部署 AI 流程——无需编写代码。结合 flowgram.ai 的能力与 Java 服务端,提供生产级工作流管理。在此之上提供AI Agent / Copilot的助手编排能力。
# Add to your Claude Code skills
git clone https://github.com/boommanpro/gaia-workflow-engineGuides for using ai agents skills like gaia-workflow-engine.
Last scanned: 8/8/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-08-08T04:55:40.698Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}gaia-workflow-engine is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by boommanpro. 一个现代化的可视化规则引擎平台,用于编排复杂的 AI 工作流。在无限画布上设计、测试和部署 AI 流程——无需编写代码。结合 flowgram.ai 的能力与 Java 服务端,提供生产级工作流管理。在此之上提供AI Agent / Copilot的助手编排能力。. It has 184 GitHub stars.
Yes. gaia-workflow-engine passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/boommanpro/gaia-workflow-engine" and add it to your Claude Code skills directory (see the Installation section above).
gaia-workflow-engine is primarily written in TypeScript. It is open-source under boommanpro on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh gaia-workflow-engine against similar tools.
No comments yet. Be the first to share your thoughts!
可视化构建 AI 工作流,基于 flowgram.ai 驱动。
一个现代化的可视化规则引擎平台,用于编排复杂的 AI 工作流。在无限画布上设计、测试和部署 AI 流程——无需编写代码。结合 flowgram.ai 的能力与 Java 服务端,提供生产级工作流管理。
| 页面 | 预览 |
|---|---|
| 首页 — 国际化产品介绍页 | ![]() |
| 在线演示 — 可交互工作流画布(可拖拽、可新增节点、不可运行) | ![]() |
| 文档 — 快速开始、环境准备、部署方案 | ![]() |
| 编辑器 — 可视化工作流编辑器,含版本管理 | ![]() |
| 管理后台 · 工作流 — 工作流管理控制台 | ![]() |
| 管理后台 · 模板 — 模板管理控制台 | ![]() |
| 发布日志 — 版本历史时间线 | ![]() |
| 页面 | 预览 |
|---|---|
| AI Agent 对话 — 侧边栏对话式生成工作流,CreatePlan 分步规划 + 步骤执行卡片 | ![]() |
| 调试信息面板 — 原始请求/响应、SSE Event、Context 详情、Raw JSON,点击消息跳转定位 | ![]() |
| Agent 配置中心 · 模型 — API Host/Key、模型参数、Embedding 向量检索(BGE) | ![]() |
| Agent 配置中心 · 提示词 — 默认系统提示词 + 工具集定义(navigate/query/manage/canvas) | ![]() |
| Agent 配置中心 · 工具权限 — 所有工具的全局权限策略(允许/确认/禁止) | ![]() |
| Agent 执行工作流 — 在画布上自动创建节点与连线,逐步测试并执行 | ![]() |
| 要求 | 版本 |
|---|---|
| Node.js | >= 18 |
| Java | >= 17 |
| Maven | 3.x |
| Git | 任意 |
git clone https://github.com/boommanpro/gaia-workflow-engine.git
cd gaia-workflow-engine/apps/console
npm install
npm run dev
cd apps/api/gaia-workflow
mvn spring-boot:run
API 服务运行在 48080 端口。
| 层级 | 技术 |
|---|---|
| 前端 | React 18, TypeScript, flowgram.ai 1.0.12 |
| 后端 | Spring Boot, MyBatis Plus, Java 17 |
| 数据库 | SQLite |
| 构建 | rsbuild (前端), Maven (后端) |
完整文档请访问首页文档部分。
flowgram.ai 框架文档:https://flowgram.ai/guide/
完整里程碑历史请查看发布日志页面。
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)我们遵循 Conventional Commits 规范。
本项目采用 MIT 许可证 — 详见 LICENSE 文件。
在线演示 · 管理后台 · 发布日志 · Issues · Discussions