From bfa574cc051a234d32614e757e3220fa67749926 Mon Sep 17 00:00:00 2001 From: "jinli.yl" Date: Mon, 17 Jun 2024 20:21:03 +0800 Subject: [PATCH] [dev] modify dir --- memory_scope/{agent => chat}/__init__.py | 0 memory_scope/{agent/chat_agent.py => chat/memory_chat.py} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename memory_scope/{agent => chat}/__init__.py (100%) rename memory_scope/{agent/chat_agent.py => chat/memory_chat.py} (100%) diff --git a/memory_scope/agent/__init__.py b/memory_scope/chat/__init__.py similarity index 100% rename from memory_scope/agent/__init__.py rename to memory_scope/chat/__init__.py diff --git a/memory_scope/agent/chat_agent.py b/memory_scope/chat/memory_chat.py similarity index 100% rename from memory_scope/agent/chat_agent.py rename to memory_scope/chat/memory_chat.py