About this tool
The platform for voice, video, and physical AI agents. Key features: livekit.plugins.ai_coustics.AICousticsPlugin, agents LiveKit Agents for Python See , io/agents/ for quickstarts, documentation, and examples, testing Test/dev helpers for running an agent in-process without a worker or AgentServer, voice Functions def create_api_error_from_http(message: str = '',*,status: int,request_id: str | None = None,body: object | None = None) ‑> livekit, AbstractContextManager[None] | None Expand source code def mock_tools( agent: type[Agent], mocks: dict[str, Callable], *, session: AgentSession | None = None ) -> contextlib, AbstractContextManager[None] | None: """Assign a set of mock tool callables to a specific Agent type, Mocks intercept tool execution only.