biswanath2.roul
Initial commit
e4d5155
"""
efficient-context: A Python library for optimizing LLM context handling in CPU-constrained environments.
"""
__version__ = "0.1.0"
from efficient_context.context_manager import ContextManager
__all__ = ["ContextManager"]