"""Context shaping and compression module.""" from src.context.shaper import shape_context, ContextShapeResult __all__ = ["shape_context", "ContextShapeResult"]