Files
wechat-agent/config.tasks.yaml
jesxion 06f88a8f73 改进任务调度器:支持三种任务类型
TaskType:
- long_running: 长期任务(持续监控 + 自动回复)
- specific: 特定任务(Cron 定时)
- proactive: 主动智能(条件触发)

Engine 改动:
- _handle_long_running_task: 处理长期任务的监控逻辑
- _schedule_send_message: 定时任务发送消息回调
- handlers 字典统一管理各种回调

待实现: 主动智能条件检查(_check_proactive_condition)
2026-04-13 12:49:06 +08:00

2.2 KiB