#524 addressed some of the thread-safety issues but not all. The following are still to be addressed:
self._active_memory
self.archi.pipeline.agent_llm / self.archi.pipeline.agent
self.current_config_name
self.archi.update()
self.conn / self.cursor
self.number_of_queries
This will be more visible as the user base grows.
#524 addressed some of the thread-safety issues but not all. The following are still to be addressed:
self._active_memoryself.archi.pipeline.agent_llm / self.archi.pipeline.agentself.current_config_nameself.archi.update()self.conn / self.cursorself.number_of_queriesThis will be more visible as the user base grows.