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
|`goal`| string | Yes | - | What you want the agent to do |
196
+
|`app`| string | No | - | Android package to launch (e.g. `com.whatsapp`) |
197
+
|`deeplink`| string | No | - | Deep link URI to open (e.g. `instagram://mainfeed`) |
157
198
|`provider`| string | No |`Google`| LLM provider (see below) |
158
199
|`model`| string | No | auto | Model name |
159
200
|`max_steps`| int | No |`30`| Maximum steps (1-100) |
160
201
202
+
If both `app` and `deeplink` are set, the app is launched first, then the deep link is opened. If only `deeplink` is set, it opens directly (which implicitly opens the app).
0 commit comments