123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- database:
- ai_agent:
- host: rm-bp13g3ra2f59q49xs.mysql.rds.aliyuncs.com
- port: 3306
- user: wqsd
- password: wqsd@2025
- database: ai_agent
- charset: utf8mb4
- growth:
- host: rm-bp17q95335a99272b.mysql.rds.aliyuncs.com
- port: 3306
- user: crawler
- password: crawler123456@
- database: growth
- charset: utf8mb4
- storage:
- history_dialogue:
- api_base_url: http://ai-wechat-hook-internal.piaoquantv.com/wechat/message/getConversation
- user:
- database: ai_agent
- table: third_party_user
- staff:
- database: ai_agent
- table: qywx_employee
- agent_user_relation:
- database: ai_agent
- table: qywx_employee_customer
- user_relation:
- database: growth
- table:
- staff: we_com_staff
- relation: we_com_staff_with_user
- user: we_com_user
- agent_state:
- database: ai_agent
- table: agent_state
- chat_history:
- database: ai_agent
- table: qywx_chat_history
- push_record:
- database: ai_agent
- table: agent_push_record_dev
- agent_behavior:
- message_aggregation_sec: 3
- active_conversation_schedule_param:
- second: 24,54
- chat_api:
- coze:
- oauth_client_id: 1194838245616
- public_key_id: xafitzyxY0OBCFJFzmhBxauo8LKe2pe2YjlTNYfEsns
- private_key_path: oauth/coze_privkey.pem
- account_id: 649175100044793
- openai_compatible:
- text_model: doubao-pro-32k-241215
- multimodal_model: doubao-1-5-vision-pro-32k-250115
- system:
- outside_proxy:
- socks5:
- hostname: 192.168.31.201
- port: 1083
- scheduler_mode: local
- human_intervention_alert_url: https://open.feishu.cn/open-apis/bot/v2/hook/379fcd1a-0fed-4e58-8cd0-40b6d1895721
- max_reply_workers: 2
- push_task_workers: 1
- chat_agent_version: 2
- log_dir: .
- debug_flags:
- disable_llm_api_call: False
- use_local_user_storage: True
- console_input: True
- disable_active_conversation: True
- use_aliyun_mq: False
- disable_database_write: True
- mq:
- endpoints: rmq-cn-to347bo7k1g-vpc.cn-hangzhou.rmq.aliyuncs.com:8080
- instance_id: rmq-cn-to347bo7k1g
- receive_topic: qywx_receive_msg_test
- receive_group: qywx_receive_msg_test
- send_topic: qywx_send_msg_test
- scheduler_topic: agent_scheduler_event_dev
- scheduler_group: agent_scheduler_event_dev
- push_tasks_topic: agent_push_tasks_dev
- push_send_task_group: agent_push_tasks_dev
- push_generate_task_group: agent_push_generate_task_dev
|