Home / Type/ AgentState Type — ui Architecture

AgentState Type — ui Architecture

Architecture documentation for the AgentState type/interface in elevenlabs.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  0ed1c2e0_9029_3e68_8956_04b9a183a86d["AgentState"]
  140880de_8350_c565_0d8f_48f12ee18f06["elevenlabs.tsx"]
  0ed1c2e0_9029_3e68_8956_04b9a183a86d -->|defined in| 140880de_8350_c565_0d8f_48f12ee18f06
  style 0ed1c2e0_9029_3e68_8956_04b9a183a86d fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/bases/radix/blocks/elevenlabs.tsx lines 452–457

export type AgentState =
  | "connecting"
  | "initializing"
  | "listening"
  | "speaking"
  | "thinking"

Frequently Asked Questions

What is the AgentState type?
AgentState is a type/interface in the ui codebase, defined in apps/v4/registry/bases/radix/blocks/elevenlabs.tsx.
Where is AgentState defined?
AgentState is defined in apps/v4/registry/bases/radix/blocks/elevenlabs.tsx at line 452.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free