You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nathan Bu edited this page Jul 5, 2023
·
3 revisions
flowchart TD
A[启动软件和测试智能体]
B[提取软件UI]
C[得出解析值]
D[得出动作向量]
E[执行动作向量中描述动作]
F[执行动作后触发软件变化]
G[结束]
A --> B
B --> C
C --> D
D --> E
E --> F
F -- "如果有变化" --> B
F -- "如果无变化" --> G