@@ -144,10 +144,10 @@ export function EnsemblesPage() {
144144 < div className = "space-y-4" >
145145 < div className = "flex items-center justify-between" >
146146 < div >
147- < h1 className = "text-2xl font-bold" > Persona Packs </ h1 >
147+ < h1 className = "text-2xl font-bold" > Ensembles </ h1 >
148148 < p className = "text-sm text-muted-foreground" >
149- Pre-configured agent bundles — stamps out Instances, Schedules , and
150- memory automatically
149+ Coordinated agent teams with workflows, shared memory , and
150+ delegation
151151 </ p >
152152 </ div >
153153 < div className = "flex items-center gap-2" >
@@ -180,7 +180,7 @@ export function EnsemblesPage() {
180180 disabled = { installDefaults . isPending }
181181 >
182182 < Download className = "h-4 w-4" />
183- Install Default Packs
183+ Install Defaults
184184 </ Button >
185185 </ div >
186186 </ div >
@@ -206,8 +206,8 @@ export function EnsemblesPage() {
206206 < div className = "py-12 text-center space-y-3" >
207207 < p className = "text-muted-foreground" >
208208 { search
209- ? "No persona packs match your search"
210- : "No persona packs yet" }
209+ ? "No ensembles match your search"
210+ : "No ensembles yet" }
211211 </ p >
212212 { ! search && (
213213 < p className = "text-sm text-muted-foreground" >
@@ -216,9 +216,9 @@ export function EnsemblesPage() {
216216 onClick = { ( ) => installDefaults . mutate ( ) }
217217 className = "text-blue-400 hover:text-blue-300"
218218 >
219- Install Default Packs
219+ Install Defaults
220220 </ button > { " " }
221- to get started with pre-built agent bundles .
221+ to get started with pre-built ensembles .
222222 </ p >
223223 ) }
224224 </ div >
@@ -355,11 +355,11 @@ export function EnsemblesPage() {
355355 >
356356 < DialogContent >
357357 < DialogHeader >
358- < DialogTitle > Disable Persona Pack </ DialogTitle >
358+ < DialogTitle > Disable Ensemble </ DialogTitle >
359359 < DialogDescription >
360360 This will disable < strong > { disablePack ?. metadata . name } </ strong > { " " }
361361 and remove all associated Instances, Schedules, and resources. The
362- pack itself will remain available and can be re-enabled at any
362+ ensemble will remain available and can be re-enabled at any
363363 time.
364364 </ DialogDescription >
365365 </ DialogHeader >
0 commit comments