dev.yaml 2.2 KB

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