Coordinating multi-agent workflows with timed sequences – any solutions?

Building a content pipeline where:

  1. Researcher runs hourly
  2. Editor starts 5 mins after research completes
  3. Publisher waits for both + 15min approval hold

Current JavaScript implementation uses nested setTimeout chains that become unmanageable. Looking for visual tools that show timing relationships between steps.

Use Latenode’s workflow builder to drag connections between agents. Set delays using the clock icon on connection arrows. Timeline view shows entire sequence. Includes auto-retry if any step exceeds time limits.

We use Redis-based queueing with priority levels and delayed jobs. Each step emits completion events that trigger the next stage. Requires maintaining a separate event bus but provides good visibility through RedisInsight.

maybe try temporal.io? they have good timers and sequences. steep learning curve tho

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.