Skip to content

Commit c2f64cc

Browse files
committed
refine ufo2 doc
1 parent 0957f89 commit c2f64cc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

documents/docs/ufo2/core_features/multi_action.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Traditional agent execution follows a sequential pattern: **think → act → ob
88

99
Speculative multi-action execution optimizes this by predicting a **batch of likely actions** upfront, then validating them against the live UI Automation state in a single execution pass:
1010

11-
![Speculative Multi-Action Execution](../img/multiaction.png)
11+
![Speculative Multi-Action Execution](../../img/multiaction.png)
1212

1313
**Key Benefits:**
1414

@@ -119,9 +119,9 @@ Think → [Open Outlook, Click New, Enter recipient, Enter subject, Type body, S
119119

120120
## Related Documentation
121121

122-
- [AppAgent Processing](../app_agent/processing.md) — How agents process and execute actions
122+
- [AppAgent Processing Strategy](../app_agent/strategy.md) — How agents process and execute actions
123123
- [Hybrid GUI-API Actions](hybrid_actions.md) — Combining GUI automation with native APIs
124-
- [System Configuration Reference](../../configuration/system/system_reference.md) — Complete `system.yaml` options
124+
- [System Configuration Reference](../../configuration/system/system_config.md) — Complete `system.yaml` options
125125
- [Configuration Migration](../../configuration/system/migration.md) — Migrating from legacy `config_dev.yaml`
126126

127127
## Performance Considerations

0 commit comments

Comments
 (0)