Utilities Agent
General helpers for math, dates, timing, and simple passthroughs.
What it does
- Adds small utility steps you can drop between agents without custom code.
Common uses
- Format timestamps for filenames or API calls.
- Wait between requests with a delay.
- Evaluate simple math expressions.
- Generate random numbers for sampling or IDs.
Key actions from the spec
- Date and time: current ISO time, formatted date, and Unix timestamp conversions.
- Math: evaluate expressions with variables and optional rounding.
- Randomness: random array of integers or a single random number.
- Passthrough: return the provided value or string unchanged.
- Control: delay execution for a set number of milliseconds.
Setup notes
- These helpers run locally in the workflow and do not contact external systems.
- Use decimal place and rounding options to control numeric output.