This is an automated email from the ASF dual-hosted git repository.
kaxil pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 1e1dc10734d Fix misleading error when an Anthropic agent session stops
on its budget (#71461)
add a37736d70ae Add a budget argument to AnthropicAgentSessionOperator and
update_session to the hook (#71462)
No new revisions were added by this update.
Summary of changes:
providers/anthropic/docs/operators/anthropic.rst | 53 ++++++++---
.../airflow/providers/anthropic/hooks/anthropic.py | 81 ++++++++++++++++-
.../airflow/providers/anthropic/operators/agent.py | 35 +++++--
.../tests/unit/anthropic/hooks/test_anthropic.py | 101 +++++++++++++++++++++
.../tests/unit/anthropic/operators/test_agent.py | 61 +++++++++++++
5 files changed, 310 insertions(+), 21 deletions(-)