rename agents/main→assistant, role-based default entry agent
Nightly Build / build (push) Successful in 6m31s

This commit is contained in:
2026-07-21 21:40:06 +01:00
parent 17f5769e0d
commit 8ff64cbddc
22 changed files with 204 additions and 44 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"name": "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",
"friendly_description": "Il tuo assistente tuttofare — ti aiuta in qualsiasi attività e ricorda ciò che conta nella memoria."
},
"fr": {
"name": "Assistant",
"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/user.md", "user-memory/index.md", "shared-memory/index.md"],
"icon": "icon.png",
"strength": "average"
}