Missing AI Automater Type plugin manager when upgrading from dev to beta1
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3484532. --> Reported by: [anaconda777](https://www.drupal.org/user/3595801) >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>After the update to beta1 I noticed ECA models were dissapeared which used AI models:</p> <p>and in the drupal logs have these:</p> <p><code>The action plugin eca_ai_automator can not be initialized. ECA is ignoring this action. The issue with this action: You have requested a non-existent service "plugin.manager.ai_automator_type". Did you mean one of these: "plugin.manager.link_relation_type", "plugin.manager.tab_type", "plugin.manager.alias_type"?</code></p> <p>So the question is how to get the ECA working again with the AI module?</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <h3 id="summary-ui-changes">User interface changes</h3> <h3 id="summary-api-changes">API changes</h3> <h3 id="summary-data-model-changes">Data model changes</h3> <h3 id="summary-problem-motivation">Original problem: Working as expected and resolved</h3> <p>Hi,</p> <p>Just tried to upgrade from dev to beta1 </p> <p>first composer removed quite a lot of packages, is this normal?</p> <pre>Lock file operations: 0 installs, 1 update, 19 removals<br>&nbsp; - Removing carbonphp/carbon-doctrine-types (3.2.0)<br>&nbsp; - Removing doctrine/inflector (2.0.10)<br>&nbsp; - Removing hkulekci/qdrant (v0.5.7)<br>&nbsp; - Removing illuminate/collections (v10.48.22)<br>&nbsp; - Removing illuminate/conditionable (v10.48.22)<br>&nbsp; - Removing illuminate/contracts (v10.48.22)<br>&nbsp; - Removing illuminate/macroable (v10.48.22)<br>&nbsp; - Removing illuminate/support (v10.48.22)<br>&nbsp; - Removing nesbot/carbon (2.72.5)<br>&nbsp; - Removing openai-php/client (v0.10.2)<br>&nbsp; - Removing php-http/discovery (1.20.0)<br>&nbsp; - Removing php-http/multipart-stream-builder (1.4.2)<br>&nbsp; - Removing psr/clock (1.0.0)<br>&nbsp; - Removing psr/simple-cache (3.0.0)<br>&nbsp; - Removing saloonphp/saloon (v3.10.0)<br>&nbsp; - Removing scotteuser/pinecone-php (1.0.2)<br>&nbsp; - Removing symfony/translation (v6.4.12)<br>&nbsp; - Removing voku/portable-ascii (2.0.1)<br>&nbsp; - Removing wpai-inc/anthropic-sdk-php (0.2.1)<br>&nbsp; - Upgrading drupal/ai (dev-1.0.x 596c7c1 =&gt; 1.0.0-beta1)</pre><p>the with beta1 run updatedb it gives:</p> <pre>sudo ../vendor/bin/drush updatedb<br> [error]&nbsp;&nbsp; (Currently using External module "ai_provider_lmstudio" should exist and be ready to replace the currently installed "provider_lmstudio". Please run "composer require drupal/ai_provider_lmstudio"<br>)<br> [error]&nbsp;&nbsp; (Currently using External module "ai_provider_openai" should exist and be ready to replace the currently installed "provider_openai". Please run "composer require drupal/ai_provider_openai"<br><br>)<br><br> Requirements check reports errors. Do you wish to continue? (yes/no) [yes]:</pre><p>then tried to install those missing modules:</p> <pre>composer require drupal/ai_provider_lmstudio<br><br>In PackageDiscoveryTrait.php line 332:<br><br>&nbsp; Could not find a version of package drupal/ai_provider_lmstudio matching your minimum-stability (stable). Require it with an explicit version c<br>&nbsp; onstraint allowing its desired stability.</pre>
issue