wooden-beard-26644
08/06/2025, 7:10 PMpython main.py console
?tall-airline-16756
08/06/2025, 7:10 PMtall-airline-16756
08/06/2025, 7:10 PMpython main.py console
to customize its behavior. Here are some options you can use:
• `--url`: Specify the LiveKit server or Cloud project’s websocket URL (e.g., --url <livekit_url>
).
• `--api-key`: Provide your LiveKit API key (e.g., --api-key <livekit_api_key>
).
• `--api-secret`: Provide your LiveKit API secret (e.g., --api-secret <livekit_api_secret>
).
• `--record`: Enable recording of the conversation (e.g., --record
).
For example, you can run:
python main.py console --url <livekit_url> --api-key <livekit_api_key> --api-secret <livekit_api_secret> --record
To see all available options, use python main.py console --help
.
Let me know if you need help with a specific configuration!
Sources: livekit-agents/livekit/agents/cli/proto.pywooden-beard-26644
08/06/2025, 7:14 PMtall-airline-16756
08/06/2025, 7:15 PMwooden-beard-26644
08/06/2025, 7:16 PMtall-airline-16756
08/06/2025, 7:17 PM