This is an automated email from the ASF dual-hosted git repository.
vikramkoka pushed a change to branch common_ai_managed_toolset
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 7bbbd2fdacc Add BaseManagedAgentToolset for vendor-managed AI agents
new e49f29f0ed9 Add BaseManagedAgentToolset for vendor-managed AI agents
new 4fbc7353341 Make the managed agent description optional
new 5f8bc3854a4 Clarify managed agent toolset intent and rationale
new 8c1db549538 Merge branch 'common_ai_managed_toolset' of
https://github.com/apache/airflow into common_ai_managed_toolset
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
providers/common/ai/docs/toolsets.rst | 157 ++++++++++++++++--
.../providers/common/ai/toolsets/__init__.py | 6 +-
.../providers/common/ai/toolsets/managed_agent.py | 179 ++++++++++++++++++--
.../unit/common/ai/toolsets/test_managed_agent.py | 180 ++++++++++++++++++++-
4 files changed, 484 insertions(+), 38 deletions(-)