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
  3ecf5e75_57c5_90b4_cc67_17f5a9047870["AgentState"]
  a1a6ebaf_3f49_5bb2_b404_b9f06dce2cab["elevenlabs.tsx"]
  3ecf5e75_57c5_90b4_cc67_17f5a9047870 -->|defined in| a1a6ebaf_3f49_5bb2_b404_b9f06dce2cab
  style 3ecf5e75_57c5_90b4_cc67_17f5a9047870 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/bases/base/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/base/blocks/elevenlabs.tsx.
Where is AgentState defined?
AgentState is defined in apps/v4/registry/bases/base/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