()
| 87 | }; |
| 88 | |
| 89 | const ReadyLifecycle: FC = () => { |
| 90 | return ( |
| 91 | <div |
| 92 | role="status" |
| 93 | data-testid="agent-status-ready" |
| 94 | aria-label="Ready" |
| 95 | className={cn(statusDotBaseClassName, statusDotConnectedClassName)} |
| 96 | /> |
| 97 | ); |
| 98 | }; |
| 99 | |
| 100 | const StartingLifecycle: FC = () => { |
| 101 | return ( |