diff --git a/brain-ui/src/components/DocsView.tsx b/brain-ui/src/components/DocsView.tsx index 975d1b9..4f1c60c 100644 --- a/brain-ui/src/components/DocsView.tsx +++ b/brain-ui/src/components/DocsView.tsx @@ -1,5 +1,6 @@ import { useState, useEffect, ReactNode } from 'react' import ReactMarkdown, { Components } from 'react-markdown' +import { TierComparatif, TierSingle } from './TierDashboard' interface DocFile { name: string @@ -200,21 +201,37 @@ export default function DocsView() { {/* Content */}
+ Donnees live depuis brain-compose.yml v{data.version}
+
++ ) + })} + ++ + {colors.emoji} {tierName} โ {TIER_TITLES[tierName]} + +
++ {tier.agents_count} agents. {tier.sessions_count} sessions. + {tier.distillation && Distillation RAG active.} +
+{tier.description}
+
Sessions ({tier.sessions_count}) :
+{tier.sessions_total.join(' ยท ')}
+ +Agents ({tier.agents_count}) :
++ {tier.agents_total.join(' ยท ')} +
+ ++ Coach : {COACH_LABELS[tier.coach_level] || tier.coach_level} +
+
+ Donnees live depuis brain-compose.yml v{data.version}
+
++ ++ + {tier.agents_count} agents. {tier.sessions_count} sessions. + + {tier.distillation && Distillation RAG active.} +
+{tier.description}
+
Ajoutees a ce tier :
+{s}Toutes les sessions disponibles :
+{tier.sessions_total.join(' ยท ')}
+ +Ajoutes a ce tier :
++ {newAgents.join(' ยท ')} +
+ > + )} +Tous les agents disponibles ({tier.agents_count}) :
++ {tier.agents_total.join(' ยท ')} +
+ +++ + {nextTier && nextTierName && ( + <> +{tier.coach_level} โ {COACH_LABELS[tier.coach_level] || tier.coach_level}
+
++ > + )} + + {tierName === 'full' && ( + <> ++ + {TIER_COLORS[nextTierName].emoji} {nextTierName} + + {' '}te donne : +{nextTier.agents_count - tier.agents_count} agents, +{nextTier.sessions_count - tier.sessions_count} sessions. +
+{nextTier.description}
+
C'est ton brain. Tu peux modifier n'importe quel agent, forger les tiens, restructurer le kernel. Le seul gate c'est toi.
+ > + )} +