LastNoob's picture
Replace historical architecture tests with declarative boundaries (#1050)
3d807aa unverified
Raw
History Blame Contribute Delete
411 Bytes
"""Platform-agnostic messaging layer."""
from .managed_protocols import (
ManagedClaudeSessionManagerProtocol,
ManagedClaudeSessionProtocol,
)
from .models import IncomingMessage, MessageScope
from .platforms.ports import OutboundMessenger
__all__ = [
"IncomingMessage",
"ManagedClaudeSessionManagerProtocol",
"ManagedClaudeSessionProtocol",
"MessageScope",
"OutboundMessenger",
]