i18n: traduzioni it/fr per tutti gli agenti

This commit is contained in:
2026-07-19 09:30:25 +01:00
parent c389962e3c
commit ffea3f41f9
15 changed files with 201 additions and 5 deletions
+10
View File
@@ -2,6 +2,16 @@
"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",