Lee-W commented on code in PR #69003:
URL: https://github.com/apache/airflow/pull/69003#discussion_r3485164691


##########
providers/anthropic/docs/index.rst:
##########
@@ -0,0 +1,130 @@
+
+.. Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+ ..   http://www.apache.org/licenses/LICENSE-2.0
+
+ .. Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+``apache-airflow-providers-anthropic``
+======================================
+
+
+.. toctree::
+    :hidden:
+    :maxdepth: 1
+    :caption: Basics
+
+    Home <self>
+    Changelog <changelog>
+    Security <security>
+
+.. toctree::
+    :hidden:
+    :maxdepth: 1
+    :caption: Guides
+
+    Connection types <connections>
+    Operators <operators/anthropic>
+
+
+.. toctree::
+    :hidden:
+    :maxdepth: 1
+    :caption: Resources
+
+    Python API <_api/airflow/providers/anthropic/index>
+    PyPI Repository 
<https://pypi.org/project/apache-airflow-providers-anthropic/>
+    Installing from sources <installing-providers-from-sources>
+
+.. toctree::
+    :hidden:
+    :maxdepth: 1
+    :caption: System tests
+
+    System Tests <_api/tests/system/anthropic/index>
+
+.. THE REMAINDER OF THE FILE IS AUTOMATICALLY GENERATED. IT WILL BE 
OVERWRITTEN AT RELEASE TIME!
+
+
+.. toctree::
+    :hidden:
+    :maxdepth: 1
+    :caption: Commits
+
+    Detailed list of commits <commits>
+
+
+apache-airflow-providers-anthropic package
+------------------------------------------------------
+
+`Anthropic <https://docs.claude.com/>`__ provider for Apache Airflow.
+Wraps the official Anthropic Python SDK to run the Claude Message Batches API
+asynchronously from Airflow, plus direct message and token-counting helpers.
+
+
+Release: 0.1.0
+
+Provider package
+----------------
+
+This package is for the ``anthropic`` provider.
+All classes for this package are included in the 
``airflow.providers.anthropic`` python package.
+
+Installation
+------------
+
+You can install this package on top of an existing Airflow installation via
+``pip install apache-airflow-providers-anthropic``.
+For the minimum Airflow version supported, see ``Requirements`` below.
+
+Requirements
+------------
+
+The minimum Apache Airflow version supported by this provider distribution is 
``3.0.0``.
+
+==========================================  ==================
+PIP package                                 Version required
+==========================================  ==================
+``apache-airflow``                          ``>=3.0.0``
+``apache-airflow-providers-common-compat``  ``>=1.12.0``

Review Comment:
   Got it. Thanks for the detailed response! I was mostly trying to see whether 
that would be possible.
   
   My ideal world would be to have a common abstract interface in common.ai so 
that all AI providers can look similar while still allowing provider-specific 
differences where needed. But looks like it's not something we can have today.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to