您现在可以为Claude托管代理会话设置预算:即会话支出的硬性上限,按公开列表价格计费。达到预算的会话会以budget_reached停止原因暂停,而不会启动新的模型请求;更改或移除预算可恢复会话。部署接受相同的预算,并将其应用于它们启动的每个会话。请参阅会话预算。您现在可以为Claude托管代理会话指定顾问:一个至少与代理自身能力相当的模型,会话的主线程可以在中途咨询该模型以获取战略指导。在代理的多代理名册中将其配置为{"type": "advisor"}条目,并指定要咨询的模型。请参阅为会话指定顾问。您现在可以控制Claude托管代理代理的模型推理运行位置。在创建代理时,在模型对象中设置inference_geo,或为单个会话覆盖它。请参阅数据驻留以了解可用的地理区域和定价。Claude托管代理会话现在可以从GitHub仓库加载技能。当会话挂载仓库时,其根目录.claude/skills目录中的任何技能都会在会话开始时自动发现,并可供该会话的代理使用。
You can now set a budget on a Claude Managed Agents session: a hard cap on the session's spend, priced at public list rates. A session that reaches its budget pauses with the budget_reached stop reason instead of starting new model requests; changing or removing the budget resumes it. Deployments accept the same budget and apply it to each session they start. See Session budgets. You can now give a Claude Managed Agents session an advisor: a model at least as capable as the agent's own that the session's primary thread can consult mid-turn for strategic guidance. Configure it as a {"type": "advisor"} entry in the agent's multiagent roster, naming the model to consult. See Give the session an advisor. You can now control where model inference runs for a Claude Managed Agents agent. Set inference_geo inside the model object when you create the agent, or override it for a single session. See Data residency for the available geos and pricing. Claude Managed Agents sessions can now load skills from a GitHub repository. When a session mounts a repository, any skills in its root .claude/skills directory are discovered automatically at session start and available to the agent for that session.
本文内容采集自官方网站,排版和翻译可能与原页面存在差异。
阅读官方全文