Skip to content

Variable: DEFAULT\_SKILL\_FOLDERS

const DEFAULT_SKILL_FOLDERS: Readonly<Record<DefaultSkillFolderName, SkillFolderOptions>>

The skill folders every workspace starts with.

  • workspace-team - the shared workspace Assistant tree, read-only because writing it is a workspace-admin action.
  • workspace-team-app - the requesting user’s own Assistant tree, writable so the app can save skills back to it. Skipped when the request carries no user email.