README.md
pyproject.toml
mlx_manager/__init__.py
mlx_manager/cli.py
mlx_manager/config.py
mlx_manager/database.py
mlx_manager/dependencies.py
mlx_manager/logging_config.py
mlx_manager/main.py
mlx_manager/menubar.py
mlx_manager.egg-info/PKG-INFO
mlx_manager.egg-info/SOURCES.txt
mlx_manager.egg-info/dependency_links.txt
mlx_manager.egg-info/entry_points.txt
mlx_manager.egg-info/requires.txt
mlx_manager.egg-info/top_level.txt
mlx_manager/alembic/README
mlx_manager/alembic/env.py
mlx_manager/alembic/script.py.mako
mlx_manager/alembic/versions/9fc5d838420b_initial_schema_with_parser_fields.py
mlx_manager/alembic/versions/a1b2c3d4e5f6_fix_enum_value_casing.py
mlx_manager/alembic/versions/b3f7a2c91d4e_phase3_capability_polymorphism.py
mlx_manager/alembic/versions/c7e4a1b2d3f5_phase4_profile_polymorphism.py
mlx_manager/alembic/versions/d8e3f5a7b912_add_template_params_and_model_options.py
mlx_manager/alembic/versions/e1a2b3c4d5f6_add_missing_tables_for_existing_users.py
mlx_manager/alembic/versions/f2a3b4c5d6e7_add_profile_id_to_backend_mappings.py
mlx_manager/mlx_server/__init__.py
mlx_manager/mlx_server/config.py
mlx_manager/mlx_server/database.py
mlx_manager/mlx_server/main.py
mlx_manager/mlx_server/api/__init__.py
mlx_manager/mlx_server/api/v1/__init__.py
mlx_manager/mlx_server/api/v1/admin.py
mlx_manager/mlx_server/api/v1/chat.py
mlx_manager/mlx_server/api/v1/completions.py
mlx_manager/mlx_server/api/v1/embeddings.py
mlx_manager/mlx_server/api/v1/messages.py
mlx_manager/mlx_server/api/v1/models.py
mlx_manager/mlx_server/api/v1/speech.py
mlx_manager/mlx_server/api/v1/transcriptions.py
mlx_manager/mlx_server/benchmark/__init__.py
mlx_manager/mlx_server/benchmark/cli.py
mlx_manager/mlx_server/benchmark/runner.py
mlx_manager/mlx_server/errors/__init__.py
mlx_manager/mlx_server/errors/handlers.py
mlx_manager/mlx_server/errors/problem_details.py
mlx_manager/mlx_server/middleware/__init__.py
mlx_manager/mlx_server/middleware/metrics.py
mlx_manager/mlx_server/middleware/rate_limit.py
mlx_manager/mlx_server/middleware/request_id.py
mlx_manager/mlx_server/middleware/shutdown.py
mlx_manager/mlx_server/middleware/timeout.py
mlx_manager/mlx_server/models/__init__.py
mlx_manager/mlx_server/models/audit.py
mlx_manager/mlx_server/models/detection.py
mlx_manager/mlx_server/models/ir.py
mlx_manager/mlx_server/models/pool.py
mlx_manager/mlx_server/models/types.py
mlx_manager/mlx_server/models/adapters/__init__.py
mlx_manager/mlx_server/models/adapters/composable.py
mlx_manager/mlx_server/models/adapters/configs.py
mlx_manager/mlx_server/models/adapters/registry.py
mlx_manager/mlx_server/models/adapters/strategies.py
mlx_manager/mlx_server/observability/__init__.py
mlx_manager/mlx_server/observability/logfire_config.py
mlx_manager/mlx_server/parsers/__init__.py
mlx_manager/mlx_server/parsers/base.py
mlx_manager/mlx_server/parsers/registry.py
mlx_manager/mlx_server/parsers/thinking.py
mlx_manager/mlx_server/parsers/tool_call.py
mlx_manager/mlx_server/schemas/__init__.py
mlx_manager/mlx_server/schemas/anthropic.py
mlx_manager/mlx_server/schemas/openai.py
mlx_manager/mlx_server/services/__init__.py
mlx_manager/mlx_server/services/audio.py
mlx_manager/mlx_server/services/audit.py
mlx_manager/mlx_server/services/embeddings.py
mlx_manager/mlx_server/services/image_processor.py
mlx_manager/mlx_server/services/inference.py
mlx_manager/mlx_server/services/loading_progress.py
mlx_manager/mlx_server/services/metrics.py
mlx_manager/mlx_server/services/response_processor.py
mlx_manager/mlx_server/services/structured_output.py
mlx_manager/mlx_server/services/batching/__init__.py
mlx_manager/mlx_server/services/batching/batch_inference.py
mlx_manager/mlx_server/services/batching/benchmark.py
mlx_manager/mlx_server/services/batching/block.py
mlx_manager/mlx_server/services/batching/block_manager.py
mlx_manager/mlx_server/services/batching/prefix_cache.py
mlx_manager/mlx_server/services/batching/priority_queue.py
mlx_manager/mlx_server/services/batching/request.py
mlx_manager/mlx_server/services/batching/scheduler.py
mlx_manager/mlx_server/services/batching/scheduler_manager.py
mlx_manager/mlx_server/services/batching/types.py
mlx_manager/mlx_server/services/cloud/__init__.py
mlx_manager/mlx_server/services/cloud/anthropic.py
mlx_manager/mlx_server/services/cloud/client.py
mlx_manager/mlx_server/services/cloud/openai.py
mlx_manager/mlx_server/services/cloud/router.py
mlx_manager/mlx_server/services/formatters/__init__.py
mlx_manager/mlx_server/services/formatters/anthropic.py
mlx_manager/mlx_server/services/formatters/base.py
mlx_manager/mlx_server/services/formatters/openai.py
mlx_manager/mlx_server/utils/__init__.py
mlx_manager/mlx_server/utils/kv_cache.py
mlx_manager/mlx_server/utils/memory.py
mlx_manager/mlx_server/utils/metal.py
mlx_manager/mlx_server/utils/request_helpers.py
mlx_manager/mlx_server/utils/template_params.py
mlx_manager/mlx_server/utils/template_tools.py
mlx_manager/mlx_server/utils/validation.py
mlx_manager/models/__init__.py
mlx_manager/models/capabilities.py
mlx_manager/models/entities.py
mlx_manager/models/enums.py
mlx_manager/models/profiles.py
mlx_manager/models/value_objects.py
mlx_manager/models/dto/__init__.py
mlx_manager/models/dto/auth.py
mlx_manager/models/dto/mcp.py
mlx_manager/models/dto/models.py
mlx_manager/models/dto/servers.py
mlx_manager/models/dto/settings.py
mlx_manager/models/dto/system.py
mlx_manager/observability/__init__.py
mlx_manager/observability/logfire_config.py
mlx_manager/routers/__init__.py
mlx_manager/routers/auth.py
mlx_manager/routers/mcp.py
mlx_manager/routers/models.py
mlx_manager/routers/profiles.py
mlx_manager/routers/servers.py
mlx_manager/routers/settings.py
mlx_manager/routers/system.py
mlx_manager/services/__init__.py
mlx_manager/services/auth_service.py
mlx_manager/services/encryption_service.py
mlx_manager/services/health_checker.py
mlx_manager/services/hf_api.py
mlx_manager/services/hf_client.py
mlx_manager/services/launchctl_utils.py
mlx_manager/services/launchd.py
mlx_manager/services/manager_launchd.py
mlx_manager/services/model_registry.py
mlx_manager/services/probe/__init__.py
mlx_manager/services/probe/audio.py
mlx_manager/services/probe/base.py
mlx_manager/services/probe/coordinator.py
mlx_manager/services/probe/embeddings.py
mlx_manager/services/probe/report.py
mlx_manager/services/probe/service.py
mlx_manager/services/probe/steps.py
mlx_manager/services/probe/strategy.py
mlx_manager/services/probe/sweeps.py
mlx_manager/services/probe/text_gen.py
mlx_manager/services/probe/vision.py
mlx_manager/shared/__init__.py
mlx_manager/shared/cloud_entities.py
mlx_manager/static/apple-touch-icon-precomposed.png
mlx_manager/static/apple-touch-icon.png
mlx_manager/static/favicon-16x16.png
mlx_manager/static/favicon-32x32.png
mlx_manager/static/favicon.ico
mlx_manager/static/favicon.svg
mlx_manager/static/index.html
mlx_manager/static/_app/env.js
mlx_manager/static/_app/version.json
mlx_manager/static/_app/immutable/assets/11.BBDO8iUw.css
mlx_manager/static/_app/immutable/assets/app.V0Dmq3RL.css
mlx_manager/static/_app/immutable/chunks/7EZhEk-7.js
mlx_manager/static/_app/immutable/chunks/A7qlmPR5.js
mlx_manager/static/_app/immutable/chunks/B3p6J_mX.js
mlx_manager/static/_app/immutable/chunks/BBCJmel4.js
mlx_manager/static/_app/immutable/chunks/BVEGB_EG.js
mlx_manager/static/_app/immutable/chunks/BlA1NA_K.js
mlx_manager/static/_app/immutable/chunks/BozyOGoo.js
mlx_manager/static/_app/immutable/chunks/C-DQPpgP.js
mlx_manager/static/_app/immutable/chunks/C0KC-HxG.js
mlx_manager/static/_app/immutable/chunks/C8B7Gptd.js
mlx_manager/static/_app/immutable/chunks/CJbqisBi.js
mlx_manager/static/_app/immutable/chunks/CWwN5y2H.js
mlx_manager/static/_app/immutable/chunks/CXuMUNXa.js
mlx_manager/static/_app/immutable/chunks/CYUyO3aA.js
mlx_manager/static/_app/immutable/chunks/Cc006E0t.js
mlx_manager/static/_app/immutable/chunks/CgNKqamV.js
mlx_manager/static/_app/immutable/chunks/CkcI5Cyl.js
mlx_manager/static/_app/immutable/chunks/Cu2w-wRB.js
mlx_manager/static/_app/immutable/chunks/D1TVLabE.js
mlx_manager/static/_app/immutable/chunks/DFCveWjv.js
mlx_manager/static/_app/immutable/chunks/DJJfkUlF.js
mlx_manager/static/_app/immutable/chunks/DdiL7vrO.js
mlx_manager/static/_app/immutable/chunks/DmFIkIoV.js
mlx_manager/static/_app/immutable/chunks/DpkolLiq.js
mlx_manager/static/_app/immutable/chunks/Dt_5EWjC.js
mlx_manager/static/_app/immutable/chunks/DxBGAPM1.js
mlx_manager/static/_app/immutable/chunks/EMQoTJgY.js
mlx_manager/static/_app/immutable/chunks/JessIYDd.js
mlx_manager/static/_app/immutable/chunks/RCQiiM_A.js
mlx_manager/static/_app/immutable/chunks/SxayRmdi.js
mlx_manager/static/_app/immutable/chunks/TXeUdaq1.js
mlx_manager/static/_app/immutable/chunks/U2J7jvDs.js
mlx_manager/static/_app/immutable/chunks/_hewIRpL.js
mlx_manager/static/_app/immutable/chunks/alrj19tF.js
mlx_manager/static/_app/immutable/chunks/bmn8XlW7.js
mlx_manager/static/_app/immutable/chunks/pfhwnV1O.js
mlx_manager/static/_app/immutable/entry/app.-ykmlHaA.js
mlx_manager/static/_app/immutable/entry/start.CxN_lia2.js
mlx_manager/static/_app/immutable/nodes/0.D-HOp7Q6.js
mlx_manager/static/_app/immutable/nodes/1.hPzc_Otl.js
mlx_manager/static/_app/immutable/nodes/10.CucN807A.js
mlx_manager/static/_app/immutable/nodes/11.BxkuUf17.js
mlx_manager/static/_app/immutable/nodes/12.BfLiEtcP.js
mlx_manager/static/_app/immutable/nodes/13.C9vgqiRN.js
mlx_manager/static/_app/immutable/nodes/2.D1eCcqU0.js
mlx_manager/static/_app/immutable/nodes/3.C085WvBY.js
mlx_manager/static/_app/immutable/nodes/4.BtqPIqbH.js
mlx_manager/static/_app/immutable/nodes/5.BdFtkbPo.js
mlx_manager/static/_app/immutable/nodes/6.BRPW7Dhc.js
mlx_manager/static/_app/immutable/nodes/7.DHgcKl0I.js
mlx_manager/static/_app/immutable/nodes/8.yB-L_RmK.js
mlx_manager/static/_app/immutable/nodes/9.CClacOvM.js
mlx_manager/utils/__init__.py
mlx_manager/utils/fuzzy_matcher.py
mlx_manager/utils/model_detection.py
mlx_manager/utils/security.py
tests/test_auth.py
tests/test_auth_service.py
tests/test_capabilities_endpoint.py
tests/test_cloud_models.py
tests/test_config.py
tests/test_coverage_gaps.py
tests/test_database.py
tests/test_database_coverage.py
tests/test_dependencies.py
tests/test_detection_detailed.py
tests/test_download_management.py
tests/test_encryption_service.py
tests/test_fuzzy_matcher.py
tests/test_hf_api.py
tests/test_logging_config.py
tests/test_main.py
tests/test_mcp.py
tests/test_model_detection.py
tests/test_model_registry.py
tests/test_models.py
tests/test_probe_audio.py
tests/test_probe_audit.py
tests/test_probe_base.py
tests/test_probe_coverage_new.py
tests/test_probe_diagnostics.py
tests/test_probe_generation_timeout.py
tests/test_probe_package.py
tests/test_probe_parser_priority.py
tests/test_probe_report_api.py
tests/test_probe_service_coverage.py
tests/test_probe_step_context.py
tests/test_probe_sweep_capabilities.py
tests/test_probe_tool_evidence.py
tests/test_probe_verbose.py
tests/test_profiles.py
tests/test_routers_auth_direct.py
tests/test_routers_profiles_direct.py
tests/test_servers.py
tests/test_services_health_checker.py
tests/test_services_hf_client.py
tests/test_services_launchctl_utils.py
tests/test_services_launchd.py
tests/test_services_manager_launchd.py
tests/test_settings_router.py
tests/test_system.py
tests/test_utils_security.py