The GitHub Actions job "Tests (AMD)" on airflow.git/anthropic-agent-config-docs has failed. Run started by GitHub user kaxil (triggered by kaxil).
Head commit for run: 47be3532e73e326f7b7f0126b7aceee3168f534a / Kaxil Naik <[email protected]> Document Anthropic advisor rosters and pinned inference regions Anthropic SDK 0.121.0 adds two agent-level settings: an ``advisor`` entry for a coordinator's multiagent roster, and ``inference_geo`` on the model config for pinning which region serves inference. Both reach the API through ``AnthropicHook.create_agent``'s existing keyword passthrough, so they need no provider code -- only documentation, since nothing in the guide says they are available. Both payload shapes are verified against the live API rather than read off the SDK types. That mattered: the first attempt omitted ``multiagent.type: "coordinator"`` and was rejected with ``multiagent.type: Field required``, so documenting from the type definitions alone would have shipped a payload that 400s. Also records the roster constraints the API enforces (1-20 distinct entries, at most one advisor, referenced agents may not themselves set ``multiagent``) and that ``model`` is whole-object replacement on update, so omitting ``inference_geo`` clears it instead of preserving it. The measured budget-overshoot range in the session-budget warning widens to $0.32-$0.61 across four runs, now that the deferrable end-to-end run has added a fourth data point. Report URL: https://github.com/apache/airflow/actions/runs/31530675032 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
