- Issue created by @marcus_johansson
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.
For instance you could in the Field Agent add:
"When creating a taxonomy field, always make the form widget a checkbox"
Then you don't have to specify this each time, since the default form widget is an autocomplete.
Add a content type called agent_memory
Add the prompt and the uid field to it.
Add its own permissions that the user has access to create memories
Add a config page for this that show a text area for all agents that exists.
Save them as content.
Tasks later will be to be able to export and import these, since they will not be stored as configs.
Active
1.0
Code