Skip to content

[AiBundle] Add AmazeeAi recipe#1517

Open
colorfield wants to merge 3 commits intosymfony:mainfrom
colorfield:feat/amazeeai-recipe
Open

[AiBundle] Add AmazeeAi recipe#1517
colorfield wants to merge 3 commits intosymfony:mainfrom
colorfield:feat/amazeeai-recipe

Conversation

@colorfield
Copy link

Q A
License MIT

Follows symfony/ai#1594

As the AmazeeAi Bridge requires the generic platform, includes a change related to the latter but we could also consider 2 distinct PRs (unless i miss something).

STR for the generic platform issue

Fails with

 [KO]
Script cache:clear returned with error code 255
!!  TypeError {#1666
!!    #message: "Cannot access offset of type string on string"
!!    #code: 0
!!    #file: "./vendor/symfony/ai-bundle/src/AiBundle.php"
!!    #line: 722```

@symfony-recipes-bot symfony-recipes-bot enabled auto-merge (squash) February 25, 2026 20:10
@github-actions
Copy link

github-actions bot commented Feb 25, 2026

Thanks for the PR 😍

How to test these changes in your application

  1. Define the SYMFONY_ENDPOINT environment variable:

    # On Unix-like (BSD, Linux and macOS)
    export SYMFONY_ENDPOINT=https://raw.githubusercontent.com/symfony/recipes/flex/pull-1517/index.json
    # On Windows
    SET SYMFONY_ENDPOINT=https://raw.githubusercontent.com/symfony/recipes/flex/pull-1517/index.json
  2. Install the package(s) related to this recipe:

    composer req symfony/flex
    composer req 'symfony/ai-amazee-ai-platform:^0.5' 'symfony/ai-generic-platform:^0.1'
  3. Don't forget to unset the SYMFONY_ENDPOINT environment variable when done:

    # On Unix-like (BSD, Linux and macOS)
    unset SYMFONY_ENDPOINT
    # On Windows
    SET SYMFONY_ENDPOINT=

Diff between recipe versions

In order to help with the review stage, I'm in charge of computing the diff between the various versions of patched recipes.
I'm going keep this comment up to date with any updates of the attached patch.

auto-merge was automatically disabled February 25, 2026 20:15

Head branch was pushed to by a user without write access

@symfony-recipes-bot symfony-recipes-bot enabled auto-merge (squash) February 25, 2026 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant