chore: add extra function description

This commit is contained in:
Björn Otgaar
2025-10-22 10:32:41 +02:00
parent 3d7ef2b874
commit 154719bf84
3 changed files with 12 additions and 2 deletions

View File

@@ -27,8 +27,6 @@ async def lifespan(app: FastAPI):
logger.info("Internal publishing socket bound to %s", internal_comm_socket)
# Initiate agents
logger.info(settings.agent_settings.ri_communication_agent_name + '@' + settings.agent_settings.host)
logger.info(settings.agent_settings.ri_communication_agent_name)
ri_communication_agent = RICommunicationAgent(settings.agent_settings.ri_communication_agent_name + '@' + settings.agent_settings.host,
settings.agent_settings.ri_communication_agent_name,
address="tcp://*:5555", bind=True)