Managed Agents 现在默认使用哪个模型?
默认使用 Gemini 3.6 Flash,也可通过 agent_config.model 选择其他模型。
(翻译)Gemini API 托管智能体:3.6 Flash、钩子及更多

We’re announcing even more new capabilities in Managed Agents in Gemini API so developers can build reliable, production-ready agents.
Google DeepMind 宣布 Gemini API 托管智能体更新:默认改用 Gemini 3.6 Flash,新增环境钩子,可在沙箱内拦截、检查或审计工具调用;同时推出预算控制、定时触发和免费层访问,帮助开发者构建可靠的生产级智能体。
默认使用 Gemini 3.6 Flash,也可通过 agent_config.model 选择其他模型。
可在智能体每次工具调用前后运行自定义脚本,用于拦截、检查或审计工具调用,例如执行安全策略或代码格式化。
可通过 agent_config 中的 max_total_tokens 设置总 token 上限,达到上限后任务会暂停并保留环境状态。