Skip to content

添加新的工作流节点类型 #6

@Jason-prd

Description

@Jason-prd

概述

当前工作流仅支持 4 种节点类型:trigger、ai_task、tool、condition。社区反馈希望扩展更多节点类型以覆盖更多场景。

建议新增的节点类型

节点类型 描述 优先级
email 邮件发送节点(支持 SMTP)
schedule 增强型定时调度(支持日历、间隔)
webhook_out Webhook 出站触发(通知外部系统)
code 自定义代码执行节点(沙箱 Python)

如何参与

  1. 在 �ackend/app/services/ 下实现新节点的服务类
  2. 在 �ackend/app/schemas/node_types.py 中定义节点元数据
  3. 在 rontend/src/components/nodes/ 下实现前端渲染组件
  4. 提交 PR,附带测试用例

标签: good first issue enhancement

欢迎程度: ⭐⭐⭐ 非常适合首次贡献!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions