praisonaiagents 0.0.45__py3-none-any.whl → 0.0.47__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,7 +9,6 @@ from .tools.tools import Tools
9
9
  from .agents.autoagents import AutoAgents
10
10
  from .knowledge.knowledge import Knowledge
11
11
  from .knowledge.chunking import Chunking
12
- from .memory.memory import Memory
13
12
  from .main import (
14
13
  TaskOutput,
15
14
  ReflectionOutput,
@@ -38,7 +37,6 @@ __all__ = [
38
37
  'TaskOutput',
39
38
  'ReflectionOutput',
40
39
  'AutoAgents',
41
- 'Memory',
42
40
  'display_interaction',
43
41
  'display_self_reflection',
44
42
  'display_instruction',