Sep 30, 2025
Simplified agent building with step merging
Simplified agent building with step merging
Merging lets you simplify complex flows by combining multiple paths into a single step. When different branches of your flow need to converge before continuing, merging eliminates the need to duplicate steps across each branch.
Multiple parent connections
Steps can now accept connections from multiple parent steps, allowing you to bring together different execution paths. This makes it easy to consolidate outputs from parallel processes or combine results from conditional branches without creating redundant steps.
Conditional and unconditional merging
Choose between conditional and unconditional merging based on your workflow needs. Unconditional merging waits for all parent steps to complete before proceeding, while conditional merging can execute as soon as specific criteria are met, giving you precise control over flow execution logic.
Bug Fixes
Fixed publish button not enabling properly after moving steps
Fixed steps failing to delete when no step goal was present
Fixed duplicate steps appearing in task view after automatic retries
Improvements
Dynamic Category Filters – Agent template and integration category filters now populate dynamically
Create Task Button – Disabled when no published flow exists with helpful tooltip
Analytics Date Filters – Added shortcut buttons for Last 7 days, Last 30 days, Last 3 months
Optimizations
Agent OS API Schema unified to snake_case for consistency
Tool generation speed optimized to reduce latency for simple queries