Open
Description
Proposed Content
You can use an environment variable to suppress tool use confirmation on a per-agent basis. This is not documented.
# was
os.environ["DEV"] = "true"
# is now
os.environ["BYPASS_TOOL_CONSENT"] = "true"
Location
https://strandsagents.com/latest/user-guide/concepts/tools/tools_overview
Rationale
It's important
Content Outline (Optional)
No response
References
No response