Create a solution for AI Ckeditor
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3533647. --> Reported by: [marcus_johansson](https://www.drupal.org/user/385947) Related to !157 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>We have the possibility to add plugins to AI CKEditor, and we shouid add one for agents.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <ul> <li>Add a tool that is called AgentCKEditorOutput</li> <li>The tool takes HTML input and just outputs it, nothing else.</li> <li>Add a possibility to filter on tools usage in the plugin definitions</li> <li>Add a CKEditor plugin to shows all the different agents that uses the AgentCKEditorOutput as a tool</li> <li>Configure if you want a hardcoded prompt that takes the selection as input, or if you want the user to give a prompt</li> <li>Take the result as the output.</li> <li> </ul>
issue