/ src / solace_agent_mesh / shared / __init__.py
__init__.py
 1  """
 2  Shared utilities for Solace Agent Mesh.
 3  
 4  This module contains utilities used by both gateways and services:
 5  - API utilities (pagination, responses, auth)
 6  - Database utilities (repositories, exceptions, helpers)
 7  - Exception handling
 8  - Common utilities (timestamps, enums, types)
 9  
10  Architecture:
11  - GATEWAYS (http_sse, slack, webhook) import from shared/
12  - SERVICES (platform) import from shared/
13  - No cross-dependencies between gateways and services
14  """