prod.yaml 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. database:
  2. ai_agent:
  3. host: rm-bp13g3ra2f59q49xs.mysql.rds.aliyuncs.com
  4. port: 3306
  5. user: wqsd
  6. password: wqsd@2025
  7. database: ai_agent
  8. charset: utf8mb4
  9. growth:
  10. host: rm-bp17q95335a99272b.mysql.rds.aliyuncs.com
  11. port: 3306
  12. user: crawler
  13. password: crawler123456@
  14. database: growth
  15. charset: utf8mb4
  16. storage:
  17. history_dialogue:
  18. api_base_url: http://ai-wechat-hook-internal.piaoquantv.com/wechat/message/getConversation
  19. user:
  20. database: ai_agent
  21. table: third_party_user
  22. staff:
  23. database: ai_agent
  24. table: qywx_employee
  25. user_relation:
  26. database: growth
  27. table:
  28. staff: we_com_staff
  29. relation: we_com_staff_with_user
  30. user: we_com_user
  31. agent_state:
  32. database: ai_agent
  33. table: agent_state
  34. chat_history:
  35. database: ai_agent
  36. table: qywx_chat_history
  37. push_record:
  38. database: ai_agent
  39. table: agent_push_record
  40. agent_configuration:
  41. table: agent_configuration
  42. test_task:
  43. table: agent_test_task
  44. test_task_conversations:
  45. table: agent_test_task_conversations
  46. chat_api:
  47. coze:
  48. oauth_client_id: 1194838245616
  49. public_key_id: xafitzyxY0OBCFJFzmhBxauo8LKe2pe2YjlTNYfEsns
  50. private_key_path: oauth/coze_privkey.pem
  51. account_id: 649175100044793
  52. openai_compatible:
  53. text_model: doubao-pro-32k-241215
  54. multimodal_model: doubao-1-5-vision-pro-32k-250115
  55. system:
  56. outside_proxy:
  57. socks5:
  58. hostname: 127.0.0.1
  59. port: 1083
  60. scheduler_mode: mq
  61. human_intervention_alert_url: https://open.feishu.cn/open-apis/bot/v2/hook/c316b559-1c6a-4c4e-97c9-50b44e4c2a9d
  62. max_reply_workers: 5
  63. push_task_workers: 5
  64. log_dir: /var/log/agent_service
  65. agent_behavior:
  66. message_aggregation_sec: 20
  67. active_conversation_schedule_param:
  68. minute: 20
  69. debug_flags:
  70. disable_llm_api_call: False
  71. use_local_user_storage: False
  72. console_input: False
  73. disable_active_conversation: False
  74. use_aliyun_mq: True
  75. mq:
  76. endpoints: rmq-cn-to347bo7k1g-vpc.cn-hangzhou.rmq.aliyuncs.com:8080
  77. instance_id: rmq-cn-to347bo7k1g
  78. receive_topic: qywx_receive_msg
  79. receive_group: qywx_receive_msg
  80. send_topic: qywx_send_msg
  81. scheduler_topic: agent_scheduler_event
  82. scheduler_group: agent_scheduler_event
  83. push_tasks_topic: agent_push_tasks
  84. push_send_task_group: agent_push_tasks
  85. push_generate_task_group: agent_push_generate_task