소스 검색

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