Skip to main content

Utils

🚦 Utils Reference

The building blocks that control the logic and flow of your workflows.

Welcome to the Utils reference page. Utils (short for Utilities) are the special nodes you use to manage the execution of your workflow. Think of them as the traffic signals and road signs that direct your data.

Below is a complete list of all available Utils in Wingerx.


Ai Agent →​

The "project manager" of your workflow. The Ai Agent orchestrates tasks, uses tools to gather information, and makes decisions to accomplish a goal.

Use for: Building complex, multi-step AI assistants.

LLM →​

The "engine" or AI brain that provides the intelligence for your agents. This node lets you choose and configure the specific Large Language Model (e.g., from Google, OpenAI) you want to use.

Use for: Providing the core reasoning and language capabilities to your agents.

Start →​

The official beginning of your workflow. This is where you input your initial question or instruction to kick off an automation.

Use for: Manually triggering a workflow with a specific prompt.

Schedule Trigger →​

The automatic starting point for your workflow. It runs your automation at a specific time or on a repeating interval (e.g., every day at 9 AM).

Use for: Running workflows on a schedule without manual intervention.