@on decorator is used to define the event that will trigger the agent.
@on("event") decorator will correspond to the event payload of your function. See the events documentation for more information.
Arguments
The event that will trigger the agent. Supported values are
github.issues, github.issue_comment, github.pull_request, github.pull_request_review_comment, github.pull_request_comment, linear.issues, linear.issue_comment schedule.daily, schedule.weekly, slack.mention, webhook.See the events documentation for more information on the payloads for each event.schedule.daily and schedule.weekly are only valid on @task entrypoints.
