Organise examples into folders, rewrite readme with natural flow and tailscale section
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
10
examples/workflows/messaging/email-digest.json
Normal file
10
examples/workflows/messaging/email-digest.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "Email Inbox Digest",
|
||||
"steps": [
|
||||
{
|
||||
"app": "com.google.android.gm",
|
||||
"goal": "Open the Primary inbox. Use read_screen to collect the subject lines and senders of the top 10 most recent emails. Note which ones are unread (bold text). Copy the digest to clipboard.",
|
||||
"maxSteps": 12
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user