1 NodeLibrary
shaotao edited this page 2026-06-11 07:26:04 +08:00
This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

节点库

当前已存在的节点,按类型分类。

复合节点(可用)

节点 来源 说明
ScannerAgent bootstrap/flows/scanner_agent.json 读文档、扫代码、对比差距
MarkerAgent bootstrap/flows/marker_agent.json 读差距报告、打标签
AlignerAgent bootstrap/flows/aligner_agent.json 汇总报告、排优先级

复合节点(骨架)

节点 来源 说明
DesignAgent bootstrap/flows/design_agent.json 需求分析、设计产出(空壳)
DevAgent bootstrap/flows/dev_agent.json 实现、测试、PR空壳
ReviewerAgent bootstrap/flows/reviewer_agent.json 评审代码与设计(空壳)

迁移计划v0.2

将可用的复合节点从 bootstrap/flows/ 迁移到 bixiweave/nodes/ 统一管理。 每个节点目录包含 node.json(元信息 + DSLactions.py(动作函数)。