This is an automated email from the ASF dual-hosted git repository.
kaxil pushed a change to branch anthropic-interrupt-before-archive
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 89b5c74d6da Interrupt a running Anthropic session before archiving it
discard 0bf7ca029b2 Document Anthropic advisor rosters and pinned inference
regions
discard f4616d42c10 Record Anthropic agent session token usage and cost in XCom
discard 8aa2424e090 Add a budget argument to AnthropicAgentSessionOperator and
update_session to the hook
discard 6b1bb704319 Fix misleading error when an Anthropic agent session stops
on its budget
add f3cf8c405e7 Fix misleading error when an Anthropic agent session stops
on its budget
add 487766b75cb Add a budget argument to AnthropicAgentSessionOperator and
update_session to the hook
add e69f66c0033 Record Anthropic agent session token usage and cost in XCom
add 4e9cf5d9b02 Document Anthropic advisor rosters and pinned inference
regions
add 4196cb2d7fd Interrupt a running Anthropic session before archiving it
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (89b5c74d6da)
\
N -- N -- N refs/heads/anthropic-interrupt-before-archive
(4196cb2d7fd)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
providers/anthropic/docs/operators/anthropic.rst | 13 ++++++++++---
.../src/airflow/providers/anthropic/operators/agent.py | 7 ++++---
.../anthropic/tests/unit/anthropic/operators/test_agent.py | 2 +-
3 files changed, 15 insertions(+), 7 deletions(-)