12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- storage:
- history_dialogue:
- api_base_url: http://ai-wechat-hook-internal.piaoquantv.com/wechat/message/getConversation
- user:
- mysql:
- host: rm-bp13g3ra2f59q49xs.mysql.rds.aliyuncs.com
- port: 3306
- user: wqsd
- password: wqsd@2025
- database: ai_agent
- charset: utf8mb4
- table: third_party_user
- user_relation:
- mysql:
- host: rm-bp17q95335a99272b.mysql.rds.aliyuncs.com
- port: 3306
- user: crawler
- password: crawler123456@
- database: growth
- charset: utf8mb4
- table:
- staff: we_com_staff
- relation: we_com_staff_with_user
- user: we_com_user
- staff:
- table: qywx_employee
- agent_state:
- mysql:
- host: rm-bp13g3ra2f59q49xs.mysql.rds.aliyuncs.com
- port: 3306
- user: wqsd
- password: wqsd@2025
- database: ai_agent
- table: agent_state
- agent_behavior:
- message_aggregation_sec: 20
- chat_api:
- coze:
- oauth_client_id: 1194838245616
- public_key_id: xafitzyxY0OBCFJFzmhBxauo8LKe2pe2YjlTNYfEsns
- private_key_path: oauth/coze_privkey.pem
- account_id: 649175100044793
- debug_flags:
- disable_llm_api_call: True
- use_local_user_storage: False
- console_input: True
- disable_active_conversation: False
- use_aliyun_mq: False
- mq:
- endpoints: rmq-cn-to347bo7k1g-vpc.cn-hangzhou.rmq.aliyuncs.com:8080
- instance_id: rmq-cn-to347bo7k1g
- receive_topic: qywx_receive_msg
- receive_group: qywx_receive_msg
- send_topic: qywx_send_msg
|