Nox-Lumen MfgNox-Lumen Mfg

cron / event_trigger

In one sentence

Two ways for AI to start itself:

ToolTriggerExamples
cron_jobCron expressionsWeekly code-review digest Monday 9:00; rebuild KB index nightly 2:00
event_triggerEvents (webhook / messages)GitLab MR opened → review; inbound email classified; summarize new Feishu group chat

Relationship to channels

Event sources usually flow through platform channels—Feishu, WeCom, SCM webhook, email, custom HTTP. event_trigger turns “something happened” into “start SKILL X with context Y.”

Industry usage

  • Patents: weekly digest of unanswered office actions
  • Automotive: MR opened → run code review → post results back
  • Manufacturing: work-order webhook → triage + dispatch

See also

On this page