top | item 47221031

(no title)

gjkim042 | 20 hours ago

Thanks,

Actually, Kelos captures structured outputs after each coding task compeletes: the final branch, the created PR link if exists, input/output tokens, and so on. And coding agent’s logs would remain after finished as a container log.

Is theere anything you want to add additionally?

discuss

order

jlongo78|18 hours ago

That sounds solid. The structured outputs per task are useful, especially the token tracking.

One thing worth considering: a lightweight timeline view that correlates those per-task outputs across parallel agents. When something goes wrong mid-workflow, jumping between container logs to reconstruct what happened concurrently gets tedious fast. Even a simple ordered event stream tying the branches and PR links together would save a lot of debugging time.

gjkim042|14 hours ago

Get the idea.

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?