Skip to content

Commit 10178ce

Browse files
author
久氢
committed
feat(memory_collection): add MemoryConversation class for dialogue history management
Change-Id: I5426a1c75c42e92c568de1e953b6422e24ff240e Co-developed-by: Cursor <noreply@cursor.com> Signed-off-by: 久氢 <mapenghui.mph@alibaba-inc.com>
1 parent eb0acdb commit 10178ce

File tree

4 files changed

+846
-0
lines changed

4 files changed

+846
-0
lines changed

agentrun/memory_collection/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
from .client import MemoryCollectionClient
88
from .memory_collection import MemoryCollection
9+
from .memory_conversation import MemoryConversation
910
from .model import (
1011
EmbedderConfig,
1112
EmbedderConfigConfig,
@@ -23,6 +24,7 @@
2324
__all__ = [
2425
"MemoryCollection",
2526
"MemoryCollectionClient",
27+
"MemoryConversation",
2628
"MemoryCollectionCreateInput",
2729
"MemoryCollectionUpdateInput",
2830
"MemoryCollectionListInput",

0 commit comments

Comments
 (0)