| """ | |
| 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"] |
| """ | |
| 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"] |