Browse Source

Update config files

StrayWarrior 3 weeks ago
parent
commit
cf0c1c3024
2 changed files with 9 additions and 6 deletions
  1. 8 6
      pqai_agent/configs/dev.yaml
  2. 1 0
      pqai_agent/configs/prod.yaml

+ 8 - 6
pqai_agent/configs/dev.yaml

@@ -55,22 +55,24 @@ system:
       port: 1083
   scheduler_mode: local
   human_intervention_alert_url: https://open.feishu.cn/open-apis/bot/v2/hook/379fcd1a-0fed-4e58-8cd0-40b6d1895721
+  max_reply_workers: 2
+  max_push_workers: 1
 
 debug_flags:
   disable_llm_api_call: True
   use_local_user_storage: True
   console_input: True
-  disable_active_conversation: False
+  disable_active_conversation: True
   use_aliyun_mq: False
   disable_database_write: True
 
 mq:
   endpoints: rmq-cn-to347bo7k1g-vpc.cn-hangzhou.rmq.aliyuncs.com:8080
   instance_id: rmq-cn-to347bo7k1g
-  receive_topic: qywx_receive_msg
-  receive_group: qywx_receive_msg
-  send_topic: qywx_send_msg
-  scheduler_topic: agent_scheduler_event
-  scheduler_group: agent_scheduler_event
+  receive_topic: qywx_receive_msg_test
+  receive_group: qywx_receive_msg_test
+  send_topic: qywx_send_msg_test
+  scheduler_topic: agent_scheduler_event_dev
+  scheduler_group: agent_scheduler_event_dev
   push_tasks_topic: agent_push_tasks_dev
   push_tasks_group: agent_push_tasks_dev

+ 1 - 0
pqai_agent/configs/prod.yaml

@@ -50,6 +50,7 @@ system:
       port: 1083
   scheduler_mode: mq
   human_intervention_alert_url: https://open.feishu.cn/open-apis/bot/v2/hook/c316b559-1c6a-4c4e-97c9-50b44e4c2a9d
+  max_reply_workers: 5
 
 agent_behavior:
   message_aggregation_sec: 20