Commands

@entrypoint

A decorator that marks a method as the starting function that LiveKit will call when launching your agent.

Related areas

  • Commands
  • Decorator
  • Decorators

Alternate definitions 5

Definition 2Commands

A decorator that marks the method LiveKit should call first when starting an agent.

Commands · curriculum materials

Definition 3Decorator

A decorator that marks the method LiveKit should call first when starting an agent.

Decorator · curriculum materials

Definition 4Decorators

A Python decorator that marks the method where the voice agent starts running.

Decorators · curriculum materials

Definition 5Decorators

A decorator that marks the method where the agent’s conversation session is started.

Decorators · curriculum materials

Definition 6Commands

A decorator that marks a method as the starting function for launching an agent session.

Commands · curriculum materials

Return to all terms