LICENSE
MANIFEST.in
README.md
pyproject.toml
apps/macos/project.yml
apps/macos/Resources/RuntimeManifest.json
docs/ACCELERATION_LAYER.md
docs/OLLAMA_ADAPTER.md
docs/TEAM_GATEWAY.md
docs/coding-client-latency.md
docs/pypi-publishing.md
docs/reasoning-defaults-and-latency.md
docs/streaming-latency-verification.md
docs/unique-request-acceleration.md
examples/python/README.md
examples/python/accelerator_calibration_demo.py
examples/python/benchmark_context_workload.py
examples/python/benchmark_reasoning.py
examples/python/black_box_service_demo.py
examples/python/chat_latency_benchmark.py
examples/python/context_example_utils.py
examples/python/dflash_unique_prompt.py
examples/python/hf_adapter_demo.py
examples/python/mlx_adapter_demo.py
examples/python/muse_glimmer_agent.py
examples/python/ollama_adapter_demo.py
examples/python/prefix_checkpoint_benchmark.py
examples/python/rag_knowledge_bot.py
examples/python/repository_completion.py
examples/python/resident_client_demo.py
examples/python/stream_delivery_benchmark.py
examples/python/team_gateway_admin.py
examples/python/team_memory_fallback.py
examples/python/verifier_service_demo.py
examples/python/video_sampler_demo.py
examples/python/vision_client_demo.py
machboost/__init__.py
machboost/__main__.py
machboost/accelerator.py
machboost/bench.py
machboost/claude_desktop.py
machboost/cli.py
machboost/client.py
machboost/coding.py
machboost/connections.py
machboost/context_bench.py
machboost/core.py
machboost/extensions.py
machboost/generation.py
machboost/latency.py
machboost/memory.py
machboost/model_store.py
machboost/models.py
machboost/ollama_compat.py
machboost/protocols.py
machboost/providers.py
machboost/reasoning.py
machboost/relay.py
machboost/routing.py
machboost/scheduler.py
machboost/server.py
machboost/team.py
machboost/video.py
machboost/vision.py
machboost/vision_auto.py
machboost/vision_policy.py
machboost/vision_tokens.py
machboost/workspace.py
machboost.egg-info/PKG-INFO
machboost.egg-info/SOURCES.txt
machboost.egg-info/dependency_links.txt
machboost.egg-info/entry_points.txt
machboost.egg-info/requires.txt
machboost.egg-info/top_level.txt
machboost/adapters/__init__.py
machboost/adapters/dflash.py
machboost/adapters/huggingface.py
machboost/adapters/mlx.py
machboost/adapters/mlx_vlm.py
machboost/adapters/ollama.py
machboost/adapters/ollama_mlx.py
scripts/backend_bench_matrix.py
scripts/benchmark_cold_vision.py
scripts/benchmark_concurrency.py
scripts/benchmark_repository_reuse.py
scripts/benchmark_team_memory.py
scripts/benchmark_video_frames.py
scripts/benchmark_vision_cache.py
scripts/benchmark_vision_tokens.py
scripts/benchmark_workspace_prefix.py
scripts/build_macos_runtime.sh
scripts/calibrate_vision_tokens.py
scripts/check_python_distributions.py
scripts/hf_bench_suite.py
scripts/hf_corpus_speculate.py
scripts/hf_prompt_lookup_compare.py
scripts/publish_macos_release.sh
scripts/release_macos.sh
scripts/summarize_vision_matrix.py
tests/test_accelerator.py
tests/test_bench.py
tests/test_benchmark_concurrency.py
tests/test_claude_desktop.py
tests/test_cli.py
tests/test_client.py
tests/test_coding.py
tests/test_cold_vision_benchmark.py
tests/test_connections.py
tests/test_context_bench.py
tests/test_context_examples.py
tests/test_dflash_adapter.py
tests/test_extensions.py
tests/test_generation.py
tests/test_hf_prompt_lookup_compare.py
tests/test_huggingface_adapter.py
tests/test_latency.py
tests/test_memory.py
tests/test_mlx_adapter.py
tests/test_mlx_vlm_adapter.py
tests/test_model_store.py
tests/test_models.py
tests/test_ollama_adapter.py
tests/test_ollama_compat.py
tests/test_ollama_mlx_adapter.py
tests/test_protocols.py
tests/test_providers.py
tests/test_python_distributions.py
tests/test_python_package.py
tests/test_relay.py
tests/test_repository_reuse_benchmark.py
tests/test_routing.py
tests/test_scheduler.py
tests/test_server.py
tests/test_stream_delivery.py
tests/test_team.py
tests/test_team_memory_benchmark.py
tests/test_version.py
tests/test_video.py
tests/test_video_benchmark.py
tests/test_vision.py
tests/test_vision_auto.py
tests/test_vision_benchmark.py
tests/test_vision_calibration.py
tests/test_vision_matrix.py
tests/test_vision_policy.py
tests/test_vision_token_benchmark.py
tests/test_vision_tokens.py
tests/test_workspace.py
tests/fixtures/mcp_echo_server.py