Skip to content

Type Alias: AgentState

@roomful/core


@roomful/core / 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.