@if (introVisible()) {
{{ texts.introNote }}
}
@if (recorder.size() === 0 && sessions().length === 0) {

{{ texts.empty }}

{{ texts.emptyHint }}

} @else { @if (recorder.droppedCount() > 0) {

{{ texts.trimmedNotice }}

} @if (sessions().length > pageSize) { } }
  • {{ agent.name ?? texts.unnamedAgent }} {{ texts.subagentTag }} {{ texts.agentStats(agent.eventCount, agent.touchedPaths.size) }}
    @if (replayable(agent)) { }
    @if (isExpanded(agent.spawnId)) { @if (agent.steps.length > 0) { } @if (agent.children.length > 0) {
      @for (child of agent.children; track child.spawnId) { }
    } }