MCPcopy Create free account
hub / github.com/HumeAI/hume-api-examples / VoiceAssistant

Class VoiceAssistant

tts/tts-python-livekit/src/agent_session/main.py:18–24  ·  view source on GitHub ↗

Agent using the voice-assistant prompt.

Source from the content-addressed store, hash-verified

16
17
18class VoiceAssistant(Agent):
19 """
20 Agent using the voice-assistant prompt.
21 """
22
23 def __init__(self):
24 super().__init__(instructions=SYSTEM_PROMPT)
25
26
27async def entrypoint(ctx: JobContext) -> None:

Callers 1

entrypointFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected