VoiceAgentState
type VoiceAgentState = "idle" | "listening" | "thinking" | "speaking";Defined in: packages/react/src/types.ts:4
The agent's high-level state — drives the orb, status chip, and bar animations.
type VoiceAgentState = "idle" | "listening" | "thinking" | "speaking";Defined in: packages/react/src/types.ts:4
The agent's high-level state — drives the orb, status chip, and bar animations.