dev.yaml 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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. agent_user_relation:
  26. database: ai_agent
  27. table: qywx_employee_customer
  28. user_relation:
  29. database: growth
  30. table:
  31. staff: we_com_staff
  32. relation: we_com_staff_with_user
  33. user: we_com_user
  34. agent_state:
  35. database: ai_agent
  36. table: agent_state
  37. chat_history:
  38. database: ai_agent
  39. table: qywx_chat_history
  40. push_record:
  41. database: ai_agent
  42. table: agent_push_record_dev
  43. agent_behavior:
  44. message_aggregation_sec: 3
  45. active_conversation_schedule_param:
  46. second: 24,54
  47. chat_api:
  48. coze:
  49. oauth_client_id: 1194838245616
  50. public_key_id: xafitzyxY0OBCFJFzmhBxauo8LKe2pe2YjlTNYfEsns
  51. private_key_path: oauth/coze_privkey.pem
  52. account_id: 649175100044793
  53. openai_compatible:
  54. text_model: doubao-pro-32k-241215
  55. multimodal_model: doubao-1-5-vision-pro-32k-250115
  56. system:
  57. outside_proxy:
  58. socks5:
  59. hostname: 192.168.31.201
  60. port: 1083
  61. scheduler_mode: local
  62. human_intervention_alert_url: https://open.feishu.cn/open-apis/bot/v2/hook/379fcd1a-0fed-4e58-8cd0-40b6d1895721
  63. max_reply_workers: 2
  64. push_task_workers: 1
  65. chat_agent_version: 2
  66. log_dir: .
  67. debug_flags:
  68. disable_llm_api_call: False
  69. use_local_user_storage: True
  70. console_input: True
  71. disable_active_conversation: True
  72. use_aliyun_mq: False
  73. disable_database_write: True
  74. mq:
  75. endpoints: rmq-cn-to347bo7k1g-vpc.cn-hangzhou.rmq.aliyuncs.com:8080
  76. instance_id: rmq-cn-to347bo7k1g
  77. receive_topic: qywx_receive_msg_test
  78. receive_group: qywx_receive_msg_test
  79. send_topic: qywx_send_msg_test
  80. scheduler_topic: agent_scheduler_event_dev
  81. scheduler_group: agent_scheduler_event_dev
  82. push_tasks_topic: agent_push_tasks_dev
  83. push_send_task_group: agent_push_tasks_dev
  84. push_generate_task_group: agent_push_generate_task_dev