Member Junction
    Preparing search index...

    Displays active agent indicators in the chat header with status animations Shows multiple agents with avatars, status colors, and click-to-expand functionality

    Implements

    • OnInit
    • OnDestroy
    Index

    Constructors

    Properties

    activeAgents: {
        confidence: number | null;
        run: MJAIAgentRunEntity;
        status: AgentStatus;
    }[] = []
    agentSelected: EventEmitter<MJAIAgentRunEntity> = ...
    conversationId?: string
    currentUser: UserInfo
    isExpanded: boolean = false
    maxVisibleAgents: number = 3
    togglePanel: EventEmitter<void> = ...

    Accessors

    Methods