Comment by peab

Comment by peab 6 hours ago

1 reply

Are there any examples of implementations of this that actually work, and/or are useful? I've seen people write about this, but I haven't seen it anywhere

verdverm 6 hours ago

I think in ADK, the most likely place to find them actually used is the Workflow agent interfaces (sequential, parallel, loop). Perhaps looping, where it looks like they suggest you have an agent that determines if the loop is done and escalates with that message to the Looper.

https://google.github.io/adk-docs/agents/workflow-agents/

I haven't gotten there yet, still building out the basics like showing diffs instead of blind writing and supporting rewind in a session