瀏覽代碼

Update configs: add push task queue

StrayWarrior 1 月之前
父節點
當前提交
0e9d00eccf
共有 2 個文件被更改,包括 7 次插入3 次删除
  1. 4 2
      pqai_agent/configs/dev.yaml
  2. 3 1
      pqai_agent/configs/prod.yaml

+ 4 - 2
pqai_agent/configs/dev.yaml

@@ -36,7 +36,7 @@ storage:
 agent_behavior:
   message_aggregation_sec: 3
   active_conversation_schedule_param:
-    minute: 24,54
+    second: 24,54
 
 chat_api:
   coze:
@@ -71,4 +71,6 @@ mq:
   receive_group: qywx_receive_msg
   send_topic: qywx_send_msg
   scheduler_topic: agent_scheduler_event
-  scheduler_group: agent_scheduler_event
+  scheduler_group: agent_scheduler_event
+  push_tasks_topic: agent_push_tasks_dev
+  push_tasks_group: agent_push_tasks_dev

+ 3 - 1
pqai_agent/configs/prod.yaml

@@ -70,4 +70,6 @@ mq:
   receive_group: qywx_receive_msg
   send_topic: qywx_send_msg
   scheduler_topic: agent_scheduler_event
-  scheduler_group: agent_scheduler_event
+  scheduler_group: agent_scheduler_event
+  push_tasks_topic: agent_push_tasks
+  push_tasks_group: agent_push_tasks