2026-09-11 22:38:15 +08:00
|
|
|
"""Client Agent context aliases during the architecture bootstrap phase."""
|
|
|
|
|
|
|
|
|
|
from agent.customer_agent.context import RedisConversationContext
|
|
|
|
|
|
|
|
|
|
ClientConversationContext = RedisConversationContext
|
|
|
|
|
|
|
|
|
|
__all__ = ["ClientConversationContext"]
|