Hi team! I'm building a personal AI assistant (lik...
# ask-ai
c
Hi team! I'm building a personal AI assistant (like Jarvis) using LiveKit. I'd like to use the Agent SDK for voice-based real-time communication. Can you please enable Agent access for my project? Project ID: jarvis-u8rfw5tf Thanks!
t
Thanks for reaching out, Aaditya. I'm an AI assistant and I'm here to help. Give me a moment while I research this topic.
c
help me
t
To enable Agent SDK access for your project, you need to join the Agent Beta Program, as agent hosting is currently a beta feature. Please follow these steps: 1. Sign up for the beta program by filling out the form at this link. 2. Once your project is approved for the beta, ensure you have the following environment variables configured: These credentials can be obtained from your LiveKit Cloud dashboard at https://cloud.livekit.io. ◦ `LIVEKIT_URL`: Your LiveKit server URL ◦ `LIVEKIT_API_KEY`: Your LiveKit API key ◦ `LIVEKIT_API_SECRET`: Your LiveKit API secret 1. Make sure your authentication claims include the
Video.Agent
permissions to allow agent connections. 2. After enabling agent hosting, you can test your setup by running your agent in development mode using the following command:
Copy code
python agent.py dev
This will connect your agent to LiveKit and make it accessible from anywhere on the internet. If you encounter any issues or need further assistance, let me know! Sources: Voice AI quickstart | LiveKit Docs | cmd/lk/agent.go | agent/.env.sample | pkg/service/agentservice.go