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
omit 976ccd92384 Interrupt a running Anthropic session before archiving it
omit d53221d0478 Document Anthropic advisor rosters and pinned inference
regions
omit db8d322cff7 Record Anthropic agent session token usage and cost in XCom
omit 19f4906be62 Add a budget argument to AnthropicAgentSessionOperator and
update_session to the hook
add 2b5601c6925 Add a budget argument to AnthropicAgentSessionOperator and
update_session to the hook
add 2e8acf53e3b Record Anthropic agent session token usage and cost in XCom
add 687ae1129d1 Document Anthropic advisor rosters and pinned inference
regions
add 897fd169dbc 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 (976ccd92384)
\
N -- N -- N refs/heads/anthropic-interrupt-before-archive
(897fd169dbc)
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 | 5 +++--
.../src/airflow/providers/anthropic/hooks/anthropic.py | 11 ++++++-----
.../anthropic/tests/unit/anthropic/hooks/test_anthropic.py | 8 ++++----
.../anthropic/tests/unit/anthropic/operators/test_agent.py | 12 ++++++------
4 files changed, 19 insertions(+), 17 deletions(-)