| # Queue Registry Key Names | |
| AUDIO = "audio" | |
| TRANSCRIPT = "transcript" | |
| LLM = "llm" | |
| TTS = "tts" | |
| TOOL = "tool" | |
| MEMORY = "memory" | |
| RAG = "rag" | |
| SEARCH = "search" | |
| METRICS = "metrics" | |
| # Queue Registry Key Names | |
| AUDIO = "audio" | |
| TRANSCRIPT = "transcript" | |
| LLM = "llm" | |
| TTS = "tts" | |
| TOOL = "tool" | |
| MEMORY = "memory" | |
| RAG = "rag" | |
| SEARCH = "search" | |
| METRICS = "metrics" | |