The module adds a false menu item to the tools menu
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3560740. -->
Reported by: [marcus_johansson](https://www.drupal.org/user/385947)
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>If you install the module on Drupal CMS or a standard installation and after that visit /admin/structure/menu and click tools you get the following error:</p>
<pre>Type php<br>Date Saturday, 29 November 2025 - 19:58<br>User Admin<br>Location https://*******************/admin/structure/menu/manage/tools<br>Referrer https://*******************/admin/structure/menu<br>Message Symfony\Component\Routing\Exception\RouteNotFoundException: Route "entity.ai_agent.settings" does not exist. in Drupal\Core\Routing\RouteProvider->getRouteByName() (line 214 of /home/adssiteio/htdocs/*******************/web/core/lib/Drupal/Core/Routing/RouteProvider.php).<br>Severity Error<br>Operations <br>Backtrace</pre><p>This could potentially be a bug that needs to be moved to modeler api since it handles the entity routing in AI Agents 1.2.x+.</p>
<h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<ul>
<li>Install AI Agents module + Modeler API.</li>
<li>Visit the menu management (/admin/structure/menu)</li>
<li>Click on Tools</li>
</ul>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<ul>
<li>Figure out why this is the suggested route instead of entity.ai_agent.collection.</li>
</ul>
issue