Core concepts

Sublayer Triggers

A trigger is a activation mechanism in an agent that determines when an agent perform its tasks. Triggers can respond to various events or conditions (changes in files, time intervals, or any external inputs) providing flexibility in how and when agents operate. By defining custom triggers, developers can create agents that react dynamically or execute tasks on precise schedules.

Try making your own trigger:

Examples:

  • FileChange: Activate agent when a file has changed.
Previous
Agents