vn6295337's picture
Initial commit: RAG Document Assistant with Zero-Storage Privacy
f866820
"""Context shaping and compression module."""
from src.context.shaper import shape_context, ContextShapeResult
__all__ = ["shape_context", "ContextShapeResult"]