Skip to content

[frontend] docs: add agent-flow build steps and update frontend development guide#590

Merged
loveTsong merged 1 commit intoModelEngine-Group:1.3.xfrom
loveTsong:enhancement-frontend-build-guide
Feb 5, 2026
Merged

[frontend] docs: add agent-flow build steps and update frontend development guide#590
loveTsong merged 1 commit intoModelEngine-Group:1.3.xfrom
loveTsong:enhancement-frontend-build-guide

Conversation

@loveTsong
Copy link
Contributor

@loveTsong loveTsong commented Feb 5, 2026

🔗 相关问题 / Related Issue

Issue 链接 / Issue Link: #588

  • 我已经创建了相关 Issue 并进行了讨论 / I have created and discussed the related issue
  • 这是一个微小的修改(如错别字),不需要 Issue / This is a trivial change (like typo fix) that doesn't need an issue

📋 变更类型 / Type of Change

  • 🐛 Bug 修复 / Bug fix (non-breaking change which fixes an issue)
  • ✨ 新功能 / New feature (non-breaking change which adds functionality)
  • 💥 破坏性变更 / Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • 📚 文档更新 / Documentation update
  • 🔧 重构 / Refactoring (no functional changes)
  • ⚡ 性能优化 / Performance improvement
  • 📦 依赖升级 / Dependency upgrade (update dependencies to newer versions)
  • 🚀 功能增强 / Feature enhancement (improve existing functionality without breaking changes)
  • 🧹 代码清理 / Code cleanup

📝 变更目的 / Purpose of the Change

本次变更旨在完善前端开发文档,添加了 agent-flow 模块的构建步骤,并修正了前端开发指南中的路径描述,帮助开发者更快速地进行本地前端开发。

主要改进点:

  1. 添加 agent-flow 模块的构建和链接步骤
  2. 修正了路径描述(从 app-platform/frontend 改为 frontend
  3. 在前端开发流程中明确了前置准备步骤

📋 主要变更 / Brief Changelog

  • 在 README.md 中添加 agent-flow 构建步骤说明
  • 修正前端开发指南中的路径描述
  • 在前端开发流程中添加前置准备步骤

🧪 验证变更 / Verifying this Change

测试步骤 / Test Steps

  1. 按照 README.md 中的新步骤构建 agent-flow 模块
  2. 按照更新后的前端开发指南进行本地前端开发
  3. 验证路径描述是否正确

测试覆盖 / Test Coverage

  • 我已经添加了单元测试 / I have added unit tests
  • 所有现有测试都通过 / All existing tests pass
  • 我已经进行了手动测试 / I have performed manual testing

📸 截图 / Screenshots

✅ 贡献者检查清单 / Contributor Checklist

基本要求 / Basic Requirements:

  • 确保有 GitHub Issue 对应这个变更(微小变更如错别字除外)/ Make sure there is a Github issue filed for the change (trivial changes like typos excluded)
  • 你的 Pull Request 只解决一个 Issue,没有包含其他不相关的变更 / Your PR addresses just this issue, without pulling in other changes - one PR resolves one issue
  • PR 中的每个 commit 都有有意义的主题行和描述 / Each commit in the PR has a meaningful subject line and body

代码质量 / Code Quality:

  • 我的代码遵循项目的代码规范 / My code follows the project's coding standards
  • 我已经进行了自我代码审查 / I have performed a self-review of my code
  • 我已经为复杂的代码添加了必要的注释 / I have commented my code, particularly in hard-to-understand areas

测试要求 / Testing Requirements:

  • 我已经编写了必要的单元测试来验证逻辑正确性 / I have written necessary unit-tests to verify the logic correction
  • 当存在跨模块依赖时,我尽量使用了 mock / I have used mocks when cross-module dependencies exist
  • 基础检查通过:mvn -B clean package -Dmaven.test.skip=truenpm install --force && npm run build:pro / Basic checks pass
  • 单元测试通过:mvn clean install / Unit tests pass

文档和兼容性 / Documentation and Compatibility:

  • 我已经更新了相应的文档 / I have made corresponding changes to the documentation
  • 如果有破坏性变更,我已经在 PR 描述中详细说明 / If there are breaking changes, I have documented them in detail
  • 我已经考虑了向后兼容性 / I have considered backward compatibility

📋 附加信息 / Additional Notes


审查者注意事项 / Reviewer Notes:

🤖 Created by Agent

@loveTsong loveTsong self-assigned this Feb 5, 2026
@loveTsong loveTsong added type: enhancement A general enhancement in: frontend Issues in frontend labels Feb 5, 2026
@loveTsong loveTsong added this to Nova Feb 5, 2026
@loveTsong loveTsong added this to the 1.3.3 milestone Feb 5, 2026
@loveTsong loveTsong linked an issue Feb 5, 2026 that may be closed by this pull request
4 tasks
@loveTsong loveTsong requested a review from RonnyChan96 February 5, 2026 12:32
@loveTsong loveTsong merged commit aef6af5 into ModelEngine-Group:1.3.x Feb 5, 2026
2 checks passed
@github-project-automation github-project-automation bot moved this to Done in Nova Feb 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

in: frontend Issues in frontend type: enhancement A general enhancement

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

前端构建指导不完善

1 participant