Form Validator

对采集到的结构化字段做最小确定性校验,并给出回归口径(workflow 示例:Validate 角色)。

okwinds 3044738 552 B Updated

File contents

form_validator(workflow / Validate)

目标

对访谈采集结果进行最小且可复现的校验:

  • 字段齐全
  • 基本格式正确(例如 email 包含 @
  • 结果可落盘并可被后续脚本读取

推荐工具组合

  • update_plan:记录阶段性进度(审计友好)
  • shell_exec:执行最小确定性断言(例如 python -c 解析 JSON)

okwinds/skills-runtime-sdk/tree/main/docs_for_coding_agent/examples/workflows/02_single_agent_form_interview/skills/form_validator commit 30447388df

Frequently asked questions

npx skillmds@latest add okwinds/form-validator-2