agents
agents copied to clipboard
Agent 1.0 voice agent does not work properly with some of ARM64 CPUs
I'm running voice agent in EKS with node as - c8g.large, ARM64 based AWS's graviton instance. When the agent starts, it never receives human speech and it emits below warnings:
`
2025-05-16 08:20:57 - livekit.agents - WARNING - [RM_po4rSeXLQdTy] Running <Task pending name='job_shutdown_callback' coro=<JobContext.add_shutdown_callback.
` Exact same code works fine when the node is AMD64 based node like a C5A machine.
This suggests that either VAD or agent code does not work properly on ARM64 based processors. But strange part is same code works fine on my local Mac M3 Pro which is ARM64 based.
So probably some issue related to AWS graviton instances?