AgentVerse's picture
bump version to 0.1.8
01523b5
raw
history blame contribute delete
259 Bytes
from agentverse.registry import Registry
memory_manipulator_registry = Registry(name="Memory_Manipulator_Registry")
from .base import BaseMemoryManipulator
from .basic import BasicMemoryManipulator
from .reflection import Reflection
from .plan import Plan