策略流模拟代码生成工具

yq 2488acb535 init hace 3 meses
commom 61065ec6ff init hace 3 meses
config 10e60da04a init hace 3 meses
enums 217a860890 init hace 4 meses
prompt 70bd646610 init hace 3 meses
template 70bd646610 init hace 3 meses
webui cff1d09afc init hace 3 meses
.gitignore 217a860890 init hace 4 meses
README.md 2488acb535 init hace 3 meses
app.py 47d35c8157 init hace 3 meses
flow.png e7a8666d50 init hace 3 meses
requirements.txt cff1d09afc init hace 3 meses
start.sh 217a860890 init hace 4 meses
strategy_parse.py 70bd646610 init hace 3 meses

README.md

strategy-flow-simulation

策略流模拟代码生成工具

img.png

策略流描述
开始 --> [是否要客: 1] --> 要客规则 --> 结束
开始 --> [是否要客: 0] --> 极优质客户 [极优质客户: 拒绝] --> 通用规则
[极优质客户: 接受] --> 极优质客户额度 --> 结束
[通用规则: 0] --> 结束
[通用规则: 1] --> 客群规则 --> 客群额度 --> 结束