#
# Copyright (c) 2024-2026, Daily
#
# SPDX-License-Identifier: BSD 2-Clause License
#

"""Gated OpenAI LLM context aggregator for controlled message flow."""

from pipecat.processors.aggregators.gated_llm_context import GatedLLMContextAggregator

# Alias for backward compatibility with the previous name
GatedOpenAILLMContextAggregator = GatedLLMContextAggregator
