Commit 0e681db
committed
docs(quickstart): Add "How it works" section with tool sequence
why: Quickstart showed natural-language prompts but never explained the
tool sequence agents execute. The send → wait → capture pattern is the
fundamental workflow and should be taught on the first page.
what:
- Add "How it works" section between "Try it" and "Next steps"
- Shows the 3-step pattern: send_keys → wait_for_text → capture_pane
- Links to individual tool docs via {ref}1 parent 88e80da commit 0e681db
1 file changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
33 | 43 | | |
34 | 44 | | |
35 | 45 | | |
| |||
0 commit comments