top | item 47127450

(no title)

devonkelley | 6 days ago

The approval-link pattern for gating dangerous actions is something I keep coming back to as well, way more robust than trying to teach the agent what's "safe" vs not. How do you handle the case where the agent needs the result of the gated action to continue its chain? Does it block and wait, or does it park the whole task? The suspend/resume problem is where most of these setups get messy in my experience.

discuss

order

ZitchDog|2 days ago

I haven't needed that yet! But it seems like the agent could easily be notified of completed activities.