Type Alias: AgentState
@roomful/core / AgentState
Type Alias: AgentState
Section titled “Type Alias: AgentState”AgentState =
"idle"|"thinking"|"typing"|"editing"|"waiting-approval"
Defined in: packages/core/src/ai-peer.ts:82
What an AI peer is doing right now, so UIs can show a live “thinking…/typing…” indicator and (with AgentState.waiting-approval) surface an agent that is blocked on a human decision.