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 6b9eafabbc4 Interrupt a running Anthropic session before archiving it
discard 5adb81ac0a5 Document Anthropic advisor rosters and pinned inference
regions
discard d8a142d20cc Record Anthropic agent session token usage and cost in XCom
discard d29df2743c3 Add a budget argument to AnthropicAgentSessionOperator and
update_session to the hook
discard 335d62df2ac Fix misleading error when an Anthropic agent session stops
on its budget
add d021be638e0 Fix misleading error when an Anthropic agent session stops
on its budget
add 1ba8889bb8a Add a budget argument to AnthropicAgentSessionOperator and
update_session to the hook
add b43edfbdf26 Record Anthropic agent session token usage and cost in XCom
add 79c460dff5b Document Anthropic advisor rosters and pinned inference
regions
add d3eb6bbc644 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 (6b9eafabbc4)
\
N -- N -- N refs/heads/anthropic-interrupt-before-archive
(d3eb6bbc644)
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:
.../airflow/providers/anthropic/hooks/anthropic.py | 51 +++++++++++-------
.../airflow/providers/anthropic/triggers/agent.py | 10 ++--
.../tests/unit/anthropic/hooks/test_anthropic.py | 60 ++++++++++++++--------
.../tests/unit/anthropic/triggers/test_agent.py | 28 +++++++---
4 files changed, 96 insertions(+), 53 deletions(-)