diff --git a/recipes/ag_ui_adk/LICENSE b/recipes/ag_ui_adk/LICENSE new file mode 100644 index 0000000000000..b77bf2ab726c6 --- /dev/null +++ b/recipes/ag_ui_adk/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2025 + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/recipes/ag_ui_adk/recipe.yaml b/recipes/ag_ui_adk/recipe.yaml new file mode 100644 index 0000000000000..8eff0d077ed9e --- /dev/null +++ b/recipes/ag_ui_adk/recipe.yaml @@ -0,0 +1,52 @@ +# yaml-language-server: $schema=https://raw.githubusercontent.com/prefix-dev/recipe-format/main/schema.json +schema_version: 1 + +context: + name: ag_ui_adk + version: "0.6.0" + python_min: "3.10" + +package: + name: ${{ name | lower }} + version: ${{ version }} + +source: + url: https://files.pythonhosted.org/packages/1b/35/bff6db8108798906462af842a14a95b2b5d401f9ed0e4ecd2ba9a6e0bdd9/ag_ui_adk-0.6.0.tar.gz + sha256: 7255d98f51024d7a1b42057bd76e088e0aefec0d2906496af9afe2e1fcb1207c + +build: + number: 0 + noarch: python + script: ${{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation + +requirements: + host: + - python ${{ python_min }}.* + - pip + - setuptools + run: + - python >=${{ python_min }} + - ag-ui-protocol + - aiohttp + - fastapi + - google-adk + - pydantic + - uvicorn + +tests: + - python: + imports: + - ag_ui_adk + pip_check: true + python_version: ${{ python_min }}.* + +about: + homepage: https://github.com/ag-ui-protocol/ag-ui/tree/main/integrations/adk-middleware/python + license: MIT + license_file: LICENSE + summary: ADK Middleware for AG-UI Protocol + dev_url: https://github.com/ag-ui-protocol/ag-ui/tree/main/integrations/adk-middleware/python + +extra: + recipe-maintainers: + - rxm7706