From cca8079b94079def211ddff465268ec6a54d38e9 Mon Sep 17 00:00:00 2001 From: iTConsult4Care <106447139+GlisseManTV@users.noreply.github.com> Date: Mon, 27 Oct 2025 21:14:35 +0100 Subject: [PATCH] Fix formatting and add metadata to memory_system.py --- memory_system.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/memory_system.py b/memory_system.py index 8cef035..9c47e17 100644 --- a/memory_system.py +++ b/memory_system.py @@ -1,6 +1,9 @@ """ title: Memory System +description: A semantic memory management system for Open WebUI that consolidates, deduplicates, and retrieves personalized user memories using LLM operations. version: 1.0.0 +authors: https://github.com/mtayfur +license: Apache-2.0 """ import asyncio