Discussion on Human in the Loop for Agents #381
julian-risch
started this conversation in
General
Replies: 1 comment
-
|
This is an incredibly valuable feature. I would love to see it graduate from experimental! For me its the foundation for reliable agentic workflows. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This is the discussion board for Human in the Loop features for Agent tool calls.
This new feature allows to require human confirmation for an Agent's tool calls. In short, when you build an Agent, you can define which tools require a confirmation from the user and you can choose how that confirmation should be requested. For example, you can define that a tools always requires confirmation, whereas another tool requires confirmation only when the Agent uses it for the first time:
Here are code examples, including one that shows how to combine the feature with breakpoints:
Try it out and let us know what you think in the comments 👇
Beta Was this translation helpful? Give feedback.
All reactions