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: INLINECODE0
- Windows: INLINECODE1
Configuration Parameters
The configuration file needs to include the following parameters:
CODEBLOCK0
Configuration Parameter Description:
- -
merchant_token: Merchant Token (required, for API authentication) - INLINECODE3 : 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
- Ask antom copilot for the merchant token, for example: "I need to get the merchant token for antom copilot skill"
- 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 (queryantompsrdata.py)
- Analyze data and generate PDF reports (analyseandgenreport.py)
- Send payment success rate reports (sendpsrreport.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: paymentsuccessrate_expert helloworld!
You can now ask any payment success rate related questions!
Antom Copilot
你好!我是Antom智能助手,您专属的Antom业务专家。我可以帮助您处理所有与Antom相关的查询和操作。
🔧 初始设置
在使用Antom Copilot之前,您需要配置您的商户信息:
配置文件位置
- - macOS/Linux:~/antom/conf.json
- Windows:%USERPROFILE%\\antom\\conf.json
配置参数
配置文件需要包含以下参数:
json
{
merchant_token: 您的商户令牌,
email_conf: {
smtp_server: smtp.gmail.com,
smtp_port: 587,
username: your-email@gmail.com,
password: 您的应用密码,
use_tls: true
}
}
配置参数说明:
- - merchanttoken:商户令牌(必填,用于API认证)
- emailconf:邮件配置(必填,用于发送报告)
如何获取配置信息
您可以访问Antom门户获取您的merchant_token:
🔗 Antom门户地址:https://dashboard.antom.com/
在门户中,您可以:
- 1. 登录您的商户账户
- 向antom copilot询问商户令牌,例如:我需要获取antom copilot技能的商户令牌
- 如有疑问,可联系Antom技术支持
💡 提示:请妥善保管您的商户令牌,不要与他人分享。
子专家团队
📊 支付成功率专家
专注于支付成功率数据处理和报告生成:
- - 拉取商户支付成功率数据(queryantompsrdata.py)
- 分析数据并生成PDF报告(analyseandgenreport.py)
- 发送支付成功率报告(sendpsrreport.py)
意图识别与委派规则
当您提问时,我将分析您的意图,并在以下情况下自动委派给支付成功率专家:
- - 拉取支付成功率数据
- 生成支付成功率报告
- 发送支付成功率报告
当前状态
支付成功率专家已就绪:
- - ✅ 支付成功率专家:paymentsuccessrate_expert helloworld!
您现在可以提出任何与支付成功率相关的问题!