rename agents/main→assistant, role-based default entry agent
Nightly Build / build (push) Successful in 6m31s
Nightly Build / build (push) Successful in 6m31s
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user