This is an automated email from the ASF dual-hosted git repository.

kaxil pushed a change to branch anthropic-session-usage-xcom
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit d8a142d20cc Record Anthropic agent session token usage and cost in XCom
    omit d29df2743c3 Add a budget argument to AnthropicAgentSessionOperator and 
update_session to the hook
    omit 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

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   (d8a142d20cc)
            \
             N -- N -- N   refs/heads/anthropic-session-usage-xcom (b43edfbdf26)

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(-)

Reply via email to