dev.yaml 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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_configuration:
  44. table: agent_configuration
  45. test_task:
  46. table: agent_test_task
  47. test_task_conversations:
  48. table: agent_test_task_conversations
  49. agent_behavior:
  50. message_aggregation_sec: 3
  51. active_conversation_schedule_param:
  52. second: 24,54
  53. chat_api:
  54. coze:
  55. oauth_client_id: 1194838245616
  56. public_key_id: xafitzyxY0OBCFJFzmhBxauo8LKe2pe2YjlTNYfEsns
  57. private_key_path: oauth/coze_privkey.pem
  58. account_id: 649175100044793
  59. openai_compatible:
  60. text_model: doubao-pro-32k-241215
  61. multimodal_model: doubao-1-5-vision-pro-32k-250115
  62. system:
  63. outside_proxy:
  64. socks5:
  65. hostname: 192.168.31.201
  66. port: 1083
  67. scheduler_mode: local
  68. human_intervention_alert_url: https://open.feishu.cn/open-apis/bot/v2/hook/379fcd1a-0fed-4e58-8cd0-40b6d1895721
  69. max_reply_workers: 2
  70. push_task_workers: 1
  71. chat_agent_version: 2
  72. log_dir: .
  73. debug_flags:
  74. disable_llm_api_call: False
  75. use_local_user_storage: True
  76. console_input: True
  77. disable_active_conversation: True
  78. use_aliyun_mq: False
  79. disable_database_write: True
  80. mq:
  81. endpoints: rmq-cn-to347bo7k1g-vpc.cn-hangzhou.rmq.aliyuncs.com:8080
  82. instance_id: rmq-cn-to347bo7k1g
  83. receive_topic: qywx_receive_msg_test
  84. receive_group: qywx_receive_msg_test
  85. send_topic: qywx_send_msg_test
  86. scheduler_topic: agent_scheduler_event_dev
  87. scheduler_group: agent_scheduler_event_dev
  88. push_tasks_topic: agent_push_tasks_dev
  89. push_send_task_group: agent_push_tasks_dev
  90. push_generate_task_group: agent_push_generate_task_dev