Command
livekit.cli.run_app(entrypoint)
A command‑line call that launches the agent using the method marked with @entrypoint.
Related areas
Alternate definitions 4
Definition 2Command
A command‑line function that launches your script by calling the method you marked with @entrypoint.
Command · curriculum materials
Definition 3Commands
A command‑line call that launches your agent script using the function you marked with @entrypoint.
Commands · curriculum materials
Definition 4Commands
A command‑line helper that launches your Python script by calling the function you marked with @entrypoint.
Commands · curriculum materials
Definition 5Commands
A command‑line call that runs the specified entrypoint method to start the agent.
Commands · curriculum materials