realtime / queues /queue_names.py
teganmosi
Deploy Stage 2 decoupled Event-Driven Conversational Runtime architecture
deea75c
Raw
History Blame Contribute Delete
176 Bytes
# Queue Registry Key Names
AUDIO = "audio"
TRANSCRIPT = "transcript"
LLM = "llm"
TTS = "tts"
TOOL = "tool"
MEMORY = "memory"
RAG = "rag"
SEARCH = "search"
METRICS = "metrics"