- Issue created by @thejimbirch
- π©πͺGermany jurgenhaas Gottmadingen
This is not a bug and not related to Modeler API, therefore renaming the issue.
The background is that
/admin/config/ai/agents/settings
is the original list of agents also back in version 1.0 of AI Agents. Back then, agents have been plugins, and the list of agents gets created by\Drupal\ai_agents\Form\AiAgentsSettingsForm
. Now, in AI Agents 1.1, agents can either be plugins or config entities.However, the other path is
/admin/structure/ai-agent
which only contains agents that are config entities. And that path is defined by the config entity annotation.To resolve this inconsistency, I guess we have to deprecate agents as plugins. Then, there will only be one list and one path. All editing features will then also utilize the same path.