prod.yaml 2.2 KB

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