-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
For production use, you probably would want some way of approving agent actions before they are executed.
When setting up the tools, you could specify which actions the agent can run without approval.
Would need to modify the current tool registration a bit:
void registerTool(String cmd, IAgentTool tool, Boolean requireApproval)
This break also could also be a chance to provide user feedback and to modify the action the agent is requesting.
Metadata
Metadata
Assignees
Labels
No labels