ORCYX
SEARCH ⌘K DOCS DOWNLOAD
OVERVIEW SWARM AUTOMATION ENGINE PLATFORM PRICING DOCS
AUTOMATION  [ FIG.04 / TRIGGERS ]

Agents that run
while you don't.

Cron schedules, file-system triggers, lifecycle hooks, and recorded macros — the same review-gated agents, dispatched without you at the keyboard.

01 / SCHEDULER

Cron agent runs

Nightly dependency audits, morning triage sweeps, weekly doc refreshes — agent tasks on a cron schedule, results filed as cards in the Vault before you sit down.

0 6 * * *  audit-deps · researcher seat
0 7 * * 1  refresh-docs · coder seat
[LAST] 2 low CVEs · card filed · $0.09
02 / WATCH TRIGGERS

Event-driven dispatch

File-system and event watchers dispatch agents when something changes — a failing test, a touched schema, a new PR. The watcher is the trigger; the review gate still decides.

watch prisma/schema.prisma
[FIRE] schema touched → regen types
[OK] tests green · card → review gate
03 / HOOKS

Lifecycle guards

Run your own checks before and after agent actions — block a commit, require a lint pass, notify a channel. Hooks are yours; agents can't skip them.

pre-apply  eslint --fix · tsc --noEmit
post-merge notify #eng-swarms
[PASS] hunk cleared to land
04 / MACROS

Record & replay

Record a UI sequence once — pane layout, commands, dispatches — and replay it as a one-keystroke macro. Your morning setup becomes a single action.

rec · 14 steps captured
[SAVE] macro: standup-sweep
replay Ctrl+P → "standup"

Set it running tonight.

DOWNLOAD FOR WINDOWS NEXT · ENGINE BRIDGE →