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/lifestyle/food-order.json
Normal file
10
examples/workflows/lifestyle/food-order.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "Quick Food Order",
|
||||
"steps": [
|
||||
{
|
||||
"app": "com.application.zomato",
|
||||
"goal": "Search for 'biryani' in the search bar. Browse the top 3 restaurants. Pick the one with the highest rating (4.0+). Open it, find 'Chicken Biryani' or similar, tap Add to cart. Then go to cart and review the order. Copy the order summary (items, total, delivery time) to clipboard. Do NOT place the order - just get to the checkout screen.",
|
||||
"maxSteps": 25
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user