{{ title() }}

@if (description()) {

{{ description() }}

}
@if (profile()?.version || summary()?.version) { v{{ profile()?.version || summary()?.version }} } @for (tag of profile()?.tags ?? []; track tag.id) { {{ tag.name }} }
@if (profile()?.indicators; as indicators) {
{{ 'XP.AssistantProfile.Skills' | translate }}
{{ indicators.skillCount ?? '—' }}
{{ 'XP.AssistantProfile.Tools' | translate }}
{{ indicators.toolCount }}
{{ 'XP.AssistantProfile.SubAgents' | translate }}
{{ indicators.subAgentCount }}
{{ 'XP.AssistantProfile.Conversations30d' | translate }}
{{ indicators.conversationCount30d ?? '—' }}
}
@for (tab of tabs(); track tab.key) { }
@if (selected() === 'basic') {
@if (loading()) {

{{ 'XP.AssistantProfile.Loading' | translate }}

} @if (profileError()) {

{{ 'XP.AssistantProfile.LoadError' | translate }}

} @if (profile(); as info) {

{{ info.description || ('XP.AssistantProfile.NoDescription' | translate) }}

@if (info.workspace) {
{{ 'XP.AssistantProfile.Workspace' | translate }}
{{ info.workspace.name }}
} @if (info.creator?.name) {
{{ 'XP.AssistantProfile.Creator' | translate }}
{{ info.creator.name }}
} @if (info.publishedAt) {
{{ 'XP.AssistantProfile.PublishedAt' | translate }}
{{ info.publishedAt | date: 'mediumDate' }}
} @if (info.updatedAt) {
{{ 'XP.AssistantProfile.UpdatedAt' | translate }}
{{ info.updatedAt | date: 'mediumDate' }}
}
} @if (tabsError()) { }
} @for (tab of tabs(); track tab.key) { @if (mountedTabKeys().includes(tab.key)) { } }