Make Every Penny Count.
Uses cloud phone technology to simultaneously query Chinese major food delivery platforms, including Meituan, JD and Taobao Instant Buy, for real-time pricing and product updates.
Compare all fees automatically and sort by total price to find the best deal fast.
Avg Time Improvement
56.9%
Avg Task Success Rate
25%
Avg Price Extraction Accuracy
25%
Xiaomi (Search Entry Page) Xiaoxuan (PhoneAgent Execution Page)
1.Users can enter any food delivery item they want to compare prices for in the search box.
2.At any time, users can click ”I’ll take over” to pause the search. Once the operation is complete, the Agent will automatically resume execution.
Command-line Interactive Experience
# Install orderwise-agent
pip install orderwise-agent
# Install ADB (if not already installed)
brew install android-platform-tools # macOS(or visit https://developer.android.com/tools/releases/platform-tools)
# Connect to Android cloud phone
adb connect your-cloud-phone-ip:port
adb devices # Verify connection
# Configure model service
# Option 1: Use Z.AI official API (Recommended)
export PHONE_AGENT_BASE_URL="https://open.bigmodel.cn/api/paas/v4"
export PHONE_AGENT_MODEL="autoglm-phone"
export PHONE_AGENT_API_KEY="your-api-key" # Apply on the Z.AI
# Option 2: Use a self-hosted model service
export ORDERWISE_MODEL_URL="http://your-model-server:port/v1" # model service address
export ORDERWISE_MODEL_NAME="autoglm-phone-9b" # model name
# Run orderwise-agent(mcp mode)
orderwise-agent mcp "茉莉花香拿铁" --seller "瑞幸" --apps 美团=cloud-phone1-ip 京东外卖=cloud-phone2-ip 淘宝闪购=cloud-phone3-ip