(no title)
gjkim042 | 6 hours ago
I was wondering what’s the real scenario that needs agent chaining?
I implemented the task chaining using “dependsOn” field, but there’s no real usage now. Can we just write a pipeline prompt using the numbering? 1. Do this, 2. And do this?…
When do you think it’s useful to chain coding agents step by step?
jlongo78|6 hours ago
Also useful when steps have wildly different context needs - you don't want to stuff everything into one massive prompt. Keeping agents focused tends to produce cleaner outputs than one giant instruction list.
gjkim042|5 hours ago
Thanks for the feedback.