agents
agents copied to clipboard
The testing on agents-playground.livekit.io is not functioning properly
When using LiveKit Cloud on agents-playground.livekit.io, it keeps loading indefinitely, making it unusable and impossible to test.
did you connect an agent?
same here for the agent. having the actual livekit cloud url, key and secret, but is still unable to connect.
This looks like an issue on your agent. It's likely that it doesn't have the LIVKIT_URL LIVEKIT_API_KEY and LIVEKIT_API_SECRET environment variables set properly
Do you also need to set up your own agent when using cloud services? If so, where do I need to configure it?
The agent is continuously loading, and both the microphone and camera permissions have been granted.
it works like 1/100 of the time. super frustrating
https://github.com/livekit/agents/issues/717
same here, any solution?
@MatheusRDG For me this seemed to be because I had included agent_name in the WorkerOptions. This enables explicit dispatch, which prevents it from automatically joining the playground.
agent_name: str = ""
"""Set agent_name to enable explicit dispatch. When explicit dispatch is enabled, jobs will
not be dispatched to rooms automatically. Instead, you can either specify the agent(s) to
be dispatched in the end-user's token, or use the AgentDispatch.createDispatch API""" # noqa: E501
@sjportalatin thanks, I think in my case is just some small structure issue of the agent, already working.
Do you also need to set up your own agent when using cloud services? If so, where do I need to configure it?
The agent is continuously loading, and both the microphone and camera permissions have been granted.
I get the same is there any fix?
same for me.
Tried running https://github.com/livekit-examples/agent-starter-node locally with pnpm dev