6 lines
159 B
Python
6 lines
159 B
Python
"""
|
|
Agents responsible for external communication and service discovery.
|
|
"""
|
|
|
|
from .ri_communication_agent import RICommunicationAgent as RICommunicationAgent
|