@switch (node.type) {
@case ('agent') {
}
@case ('knowledge') {
}
@case ('toolset') {
}
@case ('workflow') {
}
}
@if (!node.parentId && rootAgent().key !== node.key) {
}
@if (executions()[node.key]?.length > 1) {
{{ executions()[node.key].length }}
}
@if (selectAgentStatus(node.key) === eXpertAgentExecutionEnum.RUNNING) {
}
@if (executions()[node.key]) {
@for (execution of executions()[node.key]; track execution.id) {
@if (execution.messages) {
}
}
}
}
@for (group of xperts(); track group.key + group.hash) {