AgentVerse's picture
bump version to 0.1.8
01523b5
raw
history blame contribute delete
280 Bytes
from agentverse.registry import Registry
memory_registry = Registry(name="MemoryRegistry")
from .base import BaseMemory
from .chat_history import ChatHistoryMemory
from .summary import SummaryMemory
from .sde_team import SdeTeamMemory
from .vectorstore import VectorStoreMemory