allow reconnecting to a runtime (#4223)

This commit is contained in:
Robert Brennan
2024-10-09 12:37:52 -04:00
committed by GitHub
parent aae9b5ba5d
commit 45fb4fb9bc
5 changed files with 137 additions and 92 deletions

View File

@@ -180,7 +180,7 @@ class AgentSession:
status_message_callback=status_message_callback,
)
except Exception as e:
logger.error(f'Runtime initialization failed: {e}')
logger.error(f'Runtime initialization failed: {e}', exc_info=True)
raise
if self.runtime is not None: