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:
@@ -45,13 +45,14 @@ pub fn seed_profiles() -> Vec<SeedProfile> {
|
||||
id: "member",
|
||||
label: "Member",
|
||||
permission_group: "default",
|
||||
attrs: Some(r#"{"ui_mode":"full"}"#),
|
||||
attrs: Some(r#"{"ui_mode":"full","chat_agent":"assistant"}"#),
|
||||
},
|
||||
RoleSeed {
|
||||
id: "children",
|
||||
label: "Children",
|
||||
permission_group: "default",
|
||||
attrs: Some(r#"{"ui_mode":"simple"}"#),
|
||||
// `kid` = the Companion agent (its display name is copy, §0.1).
|
||||
attrs: Some(r#"{"ui_mode":"simple","chat_agent":"kid"}"#),
|
||||
},
|
||||
],
|
||||
}]
|
||||
|
||||
Reference in New Issue
Block a user