The module adds a false menu item to the tools menu

Problem/Motivation

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:

Type 	php
Date Saturday, 29 November 2025 - 19:58
User Admin
Location https://*******************/admin/structure/menu/manage/tools
Referrer https://*******************/admin/structure/menu
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).
Severity Error
Operations
Backtrace

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+.

Steps to reproduce

  • Install AI Agents module + Modeler API.
  • Visit the menu management (/admin/structure/menu)
  • Click on Tools

Proposed resolution

  • Figure out why this is the suggested route instead of entity.ai_agent.collection.
Edited by drupalbot
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information