Move pre-configured agent configs into a submodule
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3560036. -->
Reported by: [balazswmann](https://www.drupal.org/user/2204810)
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>Currently when you install the module some agent configurations (like Content Type Agent, Field Agent or Taxonomy Agent) are also installed automatically and all of them are enabled by default (status property). It would be nice to make all these agent configs optional because you might not need them at all for your project. So instead of just ignoring (not using) them, they could be part of a sub-module and they wouldn't be installed by default along with the core <code>ai_agents</code> module.</p>
<h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>Make pre-configured agent configurations (like Content Type Agent, Field Agent or Taxonomy Agent) optional (for instance by moving them into a sub-module).</p>
<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>
issue