R/registry.R
get_agent_roles.Rd
List Registered Roles
get_agent_roles()
Character vector of role names.
if (FALSE) { # \dontrun{ # List all personas currently registered in the system personas <- get_agent_roles() stopifnot("bio_analyst" %in% personas) } # }