12-Angry-Agent / memory /__init__.py
Blu3Orange
Add main application logic, memory management, and configuration for 12 Angry Agents
a9f964a
raw
history blame contribute delete
116 Bytes
"""Memory management for juror agents."""
from .summarizer import MemorySummarizer
__all__ = ["MemorySummarizer"]