dev.yaml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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. agent_behavior:
  36. message_aggregation_sec: 3
  37. active_conversation_schedule_param:
  38. second: 24,54
  39. chat_api:
  40. coze:
  41. oauth_client_id: 1194838245616
  42. public_key_id: xafitzyxY0OBCFJFzmhBxauo8LKe2pe2YjlTNYfEsns
  43. private_key_path: oauth/coze_privkey.pem
  44. account_id: 649175100044793
  45. openai_compatible:
  46. text_model: ep-20250414202859-6nkz5
  47. multimodal_model: ep-20250421193334-nz5wd
  48. system:
  49. outside_proxy:
  50. socks5:
  51. hostname: 192.168.31.201
  52. port: 1083
  53. scheduler_mode: local
  54. human_intervention_alert_url: https://open.feishu.cn/open-apis/bot/v2/hook/379fcd1a-0fed-4e58-8cd0-40b6d1895721
  55. max_reply_workers: 2
  56. max_push_workers: 1
  57. debug_flags:
  58. disable_llm_api_call: True
  59. use_local_user_storage: True
  60. console_input: True
  61. disable_active_conversation: True
  62. use_aliyun_mq: False
  63. disable_database_write: True
  64. mq:
  65. endpoints: rmq-cn-to347bo7k1g-vpc.cn-hangzhou.rmq.aliyuncs.com:8080
  66. instance_id: rmq-cn-to347bo7k1g
  67. receive_topic: qywx_receive_msg_test
  68. receive_group: qywx_receive_msg_test
  69. send_topic: qywx_send_msg_test
  70. scheduler_topic: agent_scheduler_event_dev
  71. scheduler_group: agent_scheduler_event_dev
  72. push_tasks_topic: agent_push_tasks_dev
  73. push_tasks_group: agent_push_tasks_dev