Package:
@hexos/react-uiAgent information structure for switcher and status components.
interface AgentInfo {
id: string;
name?: string;
description?: string;
avatarUrl?: string;
}@hexos/react-uiAgent information structure for switcher and status components.
interface AgentInfo {
id: string;
name?: string;
description?: string;
avatarUrl?: string;
}