Memory settings
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3487427. --> Reported by: [marcus_johansson](https://www.drupal.org/user/385947) >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Add the possibility for each user to set memory settings for each agents on things that specific user wants the agent to always do, so they don't have to repeat themselves.</p> <p>For instance you could in the Field Agent add:<br> "When creating a taxonomy field, always make the form widget a checkbox"</p> <p>Then you don't have to specify this each time, since the default form widget is an autocomplete.</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Add a content type called agent_memory<br> Add the prompt and the uid field to it.<br> Add its own permissions that the user has access to create memories<br> Add a config page for this that show a text area for all agents that exists.<br> Save them as content.</p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <p>Tasks later will be to be able to export and import these, since they will not be stored as configs.</p> <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