20 lines
825 B
JSON
20 lines
825 B
JSON
{
|
|
"name": "Main Assistant",
|
|
"description": "General-purpose assistant: helps the user with any task using tools, and persists all relevant information in memory",
|
|
"friendly_description": "Your general-purpose assistant — helps with any task and remembers what matters in memory.",
|
|
"i18n": {
|
|
"it": {
|
|
"name": "Assistente Principale",
|
|
"friendly_description": "Il tuo assistente tuttofare — ti aiuta in qualsiasi attività e ricorda ciò che conta nella memoria."
|
|
},
|
|
"fr": {
|
|
"name": "Assistant Principal",
|
|
"friendly_description": "Votre assistant polyvalent — vous aide dans toutes vos tâches et retient l'essentiel en mémoire."
|
|
}
|
|
},
|
|
"type": "chat",
|
|
"inject_memory": ["user-memory/index.md", "shared-memory/index.md"],
|
|
"icon": "icon.png",
|
|
"strength": "average"
|
|
}
|