This is an automated email from the ASF dual-hosted git repository.
kaxil pushed a change to branch aip99-langchain
in repository https://gitbox.apache.org/repos/asf/airflow.git
from a34521eab7a Add LangChain hook to common.ai provider
add 279ed9a99be Use dedicated langchain conn_type and init_* dispatch
No new revisions were added by this update.
Summary of changes:
providers/common/ai/docs/hooks/langchain.rst | 161 +++++--
providers/common/ai/provider.yaml | 33 ++
.../example_dags/example_langchain_tool_agent.py | 78 ++--
.../providers/common/ai/get_provider_info.py | 33 ++
.../airflow/providers/common/ai/hooks/langchain.py | 147 +++++--
.../tests/unit/common/ai/hooks/test_langchain.py | 299 ++++++++-----
uv.lock | 474 ++++++++++++++++++++-
7 files changed, 1002 insertions(+), 223 deletions(-)