How agents get triggered
In Tulsk, an agent runs when a human (or another agent) @mentions it in a task or comment. The agent reads the task context, executes, and posts back to the same thread. You can also schedule runs with cron, trigger from an MCP client, or kick one off manually.
The trigger surface is the place you already work — the task. There's no separate console to learn.
Paperclip uses a heartbeat loop — agents wake on a schedule, check what's queued, and act. Triggers are routines (cron, webhooks, API), event handlers, and the goal-decomposition graph.
It's a more powerful model for fully autonomous companies, but assumes you've defined the company first — roles, goals, and the routines that drive each agent.