New web interface, move llm engine to separate process

This commit is contained in:
2025-05-20 09:43:17 +02:00
parent 895a533e01
commit d4a4902b94
137 changed files with 4850 additions and 3503 deletions

View File

@@ -85,8 +85,8 @@ class WorkingMemory:
def __del__(self):
"""Clean up all entries when memory is deleted."""
if hasattr(self, '_entries'):
self.clear()
self._change_handlers.clear()
self.clear()
def get_entry(self, id: str) -> Optional[Entry]:
"""