CLI 命令参考¶
入口:industrial-agent-flow
Agentic¶
industrial-agent-flow parse-points --fields <json> [--points <json>] [--yaml <file>]industrial-agent-flow generate-draft --metadata <json> --fields <json> [--parser-result <json>] [--requirement ...]industrial-agent-flow run-agentic --metadata <json> --fields <json> [--points <json>] [--max-iterations 3] [--requirement ...]
校验与评分¶
industrial-agent-flow validate-draft --draft <json>industrial-agent-flow quality-check (--template <json> | --draft <json>) [--samples <json>]
点位与上下文¶
industrial-agent-flow load-catalog --yaml <file> --mode standard|legacyindustrial-agent-flow build-context --catalog <json> --profiles <json> [--field <name>] [--missing-policy error|drop|zero]
仿真¶
industrial-agent-flow simulate --template <json> --context <json>