Arcana Pipeline step 的白名单配置。
本结构只表达企业预配置 preset 中允许的 step 和 option。它不会接受 runtime function、prompt function 或未知 option,避免 Agent 通过 tool args 动态拼装不可治理的 Pipeline。
Summary
Functions
返回允许的 Arcana Pipeline step。
构建并校验 step spec。
转换为可传给 Arcana step 的 keyword opts。
转换为稳定 map,供 Tool 输出和 docs 使用。
Types
Functions
@spec allowed_steps() :: [step()]
返回允许的 Arcana Pipeline step。
构建并校验 step spec。
转换为可传给 Arcana step 的 keyword opts。
转换为稳定 map,供 Tool 输出和 docs 使用。