Team Routines
Team routines are node-based automations. Trigger nodes can react to events such as a new chat starting or a new message matching a regex. Routine nodes can run AI steps, scripts, set variables, and emit chat events. A routine can also be exposed as an agent tool, making it callable during inference.
What It Does
- Saves named node-based automations.
- Uses a visual builder with connected trigger and action nodes.
- Supports triggers such as new chat start and message regex match.
- Supports AI runner steps, PowerShell scripts, session variables, and chat events.
- Can expose routines as agent tools for use during inference.
- Supports importing, exporting, saving, and deleting routines.
Routine Model
Routines define event-driven automation around team sessions. The same routine model can run from configured triggers or appear as a callable tool for agents.
Routine Flow
- Open Team routines from the sidebar.
- Create a new routine or start from an example.
- Add the nodes that describe the workflow.
- Connect the nodes in the order the work should run.
- Save the routine, then run it from a configured trigger or expose it as an agent tool.