prod.yaml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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_dev
  40. chat_api:
  41. coze:
  42. oauth_client_id: 1194838245616
  43. public_key_id: xafitzyxY0OBCFJFzmhBxauo8LKe2pe2YjlTNYfEsns
  44. private_key_path: oauth/coze_privkey.pem
  45. account_id: 649175100044793
  46. openai_compatible:
  47. text_model: ep-20250414202859-6nkz5
  48. multimodal_model: ep-20250421193334-nz5wd
  49. system:
  50. outside_proxy:
  51. socks5:
  52. hostname: 127.0.0.1
  53. port: 1083
  54. scheduler_mode: mq
  55. human_intervention_alert_url: https://open.feishu.cn/open-apis/bot/v2/hook/c316b559-1c6a-4c4e-97c9-50b44e4c2a9d
  56. max_reply_workers: 5
  57. agent_behavior:
  58. message_aggregation_sec: 20
  59. active_conversation_schedule_param:
  60. minute: 20
  61. debug_flags:
  62. disable_llm_api_call: False
  63. use_local_user_storage: False
  64. console_input: False
  65. disable_active_conversation: False
  66. use_aliyun_mq: True
  67. mq:
  68. endpoints: rmq-cn-to347bo7k1g-vpc.cn-hangzhou.rmq.aliyuncs.com:8080
  69. instance_id: rmq-cn-to347bo7k1g
  70. receive_topic: qywx_receive_msg
  71. receive_group: qywx_receive_msg
  72. send_topic: qywx_send_msg
  73. scheduler_topic: agent_scheduler_event
  74. scheduler_group: agent_scheduler_event
  75. push_tasks_topic: agent_push_tasks
  76. push_tasks_group: agent_push_tasks