LICENSE
README.md
pyproject.toml
setup.py
cortex/__init__.py
cortex/__main__.py
cortex/config.py
cortex/conversation_manager.py
cortex/gpu_validator.py
cortex/inference_engine.py
cortex/model_downloader.py
cortex/model_manager.py
cortex/fine_tuning/__init__.py
cortex/fine_tuning/dataset.py
cortex/fine_tuning/mlx_lora_trainer.py
cortex/fine_tuning/trainer.py
cortex/fine_tuning/wizard.py
cortex/metal/__init__.py
cortex/metal/gpu_validator.py
cortex/metal/memory_pool.py
cortex/metal/mlx_accelerator.py
cortex/metal/mlx_compat.py
cortex/metal/mlx_converter.py
cortex/metal/mps_optimizer.py
cortex/metal/optimizer.py
cortex/metal/performance_profiler.py
cortex/quantization/__init__.py
cortex/quantization/dynamic_quantizer.py
cortex/template_registry/__init__.py
cortex/template_registry/auto_detector.py
cortex/template_registry/config_manager.py
cortex/template_registry/interactive.py
cortex/template_registry/registry.py
cortex/template_registry/template_profiles/__init__.py
cortex/template_registry/template_profiles/base.py
cortex/template_registry/template_profiles/complex/__init__.py
cortex/template_registry/template_profiles/complex/reasoning.py
cortex/template_registry/template_profiles/standard/__init__.py
cortex/template_registry/template_profiles/standard/alpaca.py
cortex/template_registry/template_profiles/standard/chatml.py
cortex/template_registry/template_profiles/standard/gemma.py
cortex/template_registry/template_profiles/standard/llama.py
cortex/template_registry/template_profiles/standard/simple.py
cortex/tools/__init__.py
cortex/tools/errors.py
cortex/tools/fs_ops.py
cortex/tools/protocol.py
cortex/tools/search.py
cortex/tools/tool_runner.py
cortex/ui/__init__.py
cortex/ui/box_rendering.py
cortex/ui/cli.py
cortex/ui/cli_commands.py
cortex/ui/cli_prompt.py
cortex/ui/finetune.py
cortex/ui/generation.py
cortex/ui/help_ui.py
cortex/ui/input_box.py
cortex/ui/markdown_render.py
cortex/ui/model_download_ui.py
cortex/ui/model_login_ui.py
cortex/ui/model_manage_ui.py
cortex/ui/startup.py
cortex/ui/status_ui.py
cortex/ui/template.py
cortex/ui/terminal_app.py
cortex/ui/tool_activity.py
cortex/ui/tools.py
cortex/ui/version_check.py
cortex_llm.egg-info/PKG-INFO
cortex_llm.egg-info/SOURCES.txt
cortex_llm.egg-info/dependency_links.txt
cortex_llm.egg-info/entry_points.txt
cortex_llm.egg-info/not-zip-safe
cortex_llm.egg-info/requires.txt
cortex_llm.egg-info/top_level.txt
tests/test_apple_silicon.py
tests/test_metal_optimization.py
tests/test_stream_normalizer.py
tests/test_tools.py