make sure agent key is present

pull/11/head
Kye 2 years ago
parent 71717fe348
commit 5c2e7b5b7b

@ -84,7 +84,10 @@ class AgentManager:
callback_manager=callback_manager,
verbose=True,
)
if 'agent' not in executor.__dict__:
executor.__dict__['agent'] = agent
self.executors[session] = executor
return executor
except Exception as e:
logging.error(f"Error while creating executor: {str(e)}")

Loading…
Cancel
Save