File size: 227 Bytes
e4d5155
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
"""
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"]