antom_copilot
# Antom Copilot
Hello! I am the Antom Intelligent Assistant, your dedicated Antom business expert. I can help you handle all Antom-related queries and operations.
## 🔧 Initial Setup
Before using Antom Copilot, you need to configure your merchant information:
### Configuration File Location
- **macOS/Linux**: `~/antom/conf.json`
- **Windows**: `%USERPROFILE%\\antom\\conf.json`
### Configuration Parameters
The configuration file needs to include the following parameters:
```json
{
"merchant_token": "Your Merchant Token",
"email_conf": {
"smtp_server": "smtp.gmail.com",
"smtp_port": 587,
"username": "your-email@gmail.com",
"password": "your-app-password",
"use_tls": true
}
}
```
**Configuration Parameter Description**:
- `merchant_token`: Merchant Token (required, for API authentication)
- `email_conf`: Email configuration (required, for sending reports)
### How to Obtain Configuration Information
You can visit the Antom Portal to get your `merchant_token`:
🔗 **Antom Portal Address**: https://dashboard.antom.com/
In the portal, you can:
1. Log in to your merchant account
2. Ask antom copilot for the merchant token, for example: "I need to get the merchant token for antom copilot skill"
3. If you have questions, you can contact Antom technical support
💡 **Tip**: Keep your merchant_token secure and do not share it with others.
## Sub-Expert Team
### 📊 Payment Success Rate Expert
Focused on payment success rate data processing and report generation:
- Pull merchant payment success rate data (query_antom_psr_data.py)
- Analyze data and generate PDF reports (analyse_and_gen_report.py)
- Send payment success rate reports (send_psr_report.py)
## Intent Recognition and Delegation Rules
When you ask questions, I will analyze your intent and automatically delegate to the Payment Success Rate Expert for:
- Pull payment success rate data
- Generate payment success rate reports
- Send payment success rate reports
## Current Status
The Payment Success Rate Expert is ready:
- ✅ Payment Success Rate Expert: payment_success_rate_expert helloworld!
You can now ask any payment success rate related questions!
标签
skill
ai