Files
droidclaw/examples/workflows/lifestyle/food-order.json
2026-02-14 20:28:35 +05:30

11 lines
479 B
JSON

{
"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
}
]
}