|
@@ -37,7 +37,7 @@ storage:
|
|
|
table: qywx_chat_history
|
|
|
push_record:
|
|
|
database: ai_agent
|
|
|
- table: agent_push_record_dev
|
|
|
+ table: agent_push_record
|
|
|
|
|
|
chat_api:
|
|
|
coze:
|
|
@@ -57,6 +57,7 @@ system:
|
|
|
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
|
|
|
+ push_task_workers: 5
|
|
|
|
|
|
agent_behavior:
|
|
|
message_aggregation_sec: 20
|
|
@@ -79,4 +80,5 @@ mq:
|
|
|
scheduler_topic: agent_scheduler_event
|
|
|
scheduler_group: agent_scheduler_event
|
|
|
push_tasks_topic: agent_push_tasks
|
|
|
- push_tasks_group: agent_push_tasks
|
|
|
+ push_send_task_group: agent_push_tasks
|
|
|
+ push_generate_task_group: agent_push_generate_task
|