biswanath2.roul
Initial commit
e4d5155
raw
history blame contribute delete
227 Bytes
"""
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"]