LICENSE
README.md
pyproject.toml
octomil/__init__.py
octomil/__main__.py
octomil/auth.py
octomil/batch.py
octomil/cache.py
octomil/capabilities_client.py
octomil/chat.py
octomil/chat_client.py
octomil/cli.py
octomil/cli_helpers.py
octomil/cli_hw.py
octomil/client.py
octomil/compression.py
octomil/control.py
octomil/decomposer.py
octomil/device_config.py
octomil/device_info.py
octomil/discovery.py
octomil/early_exit.py
octomil/embeddings.py
octomil/enterprise.py
octomil/errors.py
octomil/grammar.py
octomil/interactive.py
octomil/model.py
octomil/model_optimizer.py
octomil/model_registry.py
octomil/models_namespace.py
octomil/ollama.py
octomil/py.typed
octomil/qr.py
octomil/routing.py
octomil/scanner.py
octomil/sectioned_group.py
octomil/serve.py
octomil/serve_anthropic.py
octomil/setup.py
octomil/smart_router.py
octomil/streaming.py
octomil/telemetry.py
octomil/telemetry_client.py
octomil/tool_schemas.py
octomil/venv_reexec.py
octomil/_generated/__init__.py
octomil/_generated/accelerator_type.py
octomil/_generated/artifact_format.py
octomil/_generated/artifact_resource_kind.py
octomil/_generated/auth_type.py
octomil/_generated/compatibility_level.py
octomil/_generated/device_class.py
octomil/_generated/device_connectivity_status.py
octomil/_generated/device_model_status.py
octomil/_generated/device_platform.py
octomil/_generated/error_code.py
octomil/_generated/finish_reason.py
octomil/_generated/metric_views.py
octomil/_generated/model_lifecycle.py
octomil/_generated/model_source_format.py
octomil/_generated/model_status.py
octomil/_generated/network_type.py
octomil/_generated/otlp_resource_attributes.py
octomil/_generated/principal_type.py
octomil/_generated/runtime_executor.py
octomil/_generated/scope.py
octomil/_generated/span_attributes.py
octomil/_generated/span_event_attributes.py
octomil/_generated/span_event_names.py
octomil/_generated/span_names.py
octomil/_generated/span_status_mapping.py
octomil/_generated/support_tier.py
octomil/_generated/telemetry_events.py
octomil/_generated/thermal_state.py
octomil/agents/__init__.py
octomil/agents/launcher.py
octomil/agents/registry.py
octomil/commands/__init__.py
octomil/commands/benchmark.py
octomil/commands/completions.py
octomil/commands/deploy.py
octomil/commands/enterprise.py
octomil/commands/federation.py
octomil/commands/interactive.py
octomil/commands/mcp_cmd.py
octomil/commands/model_ops.py
octomil/commands/serve.py
octomil/commands/setup.py
octomil/demos/__init__.py
octomil/demos/code_assistant.py
octomil/engines/__init__.py
octomil/hardware/__init__.py
octomil/hardware/_base.py
octomil/hardware/_cpu.py
octomil/hardware/_cuda.py
octomil/hardware/_metal.py
octomil/hardware/_rocm.py
octomil/hardware/_types.py
octomil/hardware/_unified.py
octomil/mcp/__init__.py
octomil/mcp/__main__.py
octomil/mcp/a2a.py
octomil/mcp/auth.py
octomil/mcp/backend.py
octomil/mcp/http_server.py
octomil/mcp/platform_tools.py
octomil/mcp/prompts.py
octomil/mcp/registration.py
octomil/mcp/server.py
octomil/mcp/x402.py
octomil/mcp/x402_settlement.py
octomil/models/__init__.py
octomil/models/_embedded_catalog.py
octomil/models/_types.py
octomil/models/catalog.py
octomil/models/catalog_client.py
octomil/models/parser.py
octomil/models/resolver.py
octomil/python/__init__.py
octomil/python/octomil/__init__.py
octomil/python/octomil/api_client.py
octomil/python/octomil/auth.py
octomil/python/octomil/control_plane.py
octomil/python/octomil/data_loader.py
octomil/python/octomil/edge.py
octomil/python/octomil/federated_client.py
octomil/python/octomil/federation.py
octomil/python/octomil/filters.py
octomil/python/octomil/gradient_cache.py
octomil/python/octomil/inference.py
octomil/python/octomil/registry.py
octomil/python/octomil/resilience.py
octomil/python/octomil/secagg.py
octomil/python/octomil/feature_alignment/__init__.py
octomil/python/octomil/feature_alignment/aligner.py
octomil/responses/__init__.py
octomil/responses/prompt_formatter.py
octomil/responses/responses.py
octomil/responses/types.py
octomil/responses/runtime/__init__.py
octomil/responses/tools/__init__.py
octomil/responses/tools/executor.py
octomil/responses/tools/runner.py
octomil/runtime/__init__.py
octomil/runtime/core/__init__.py
octomil/runtime/core/adapter.py
octomil/runtime/core/base.py
octomil/runtime/core/cloud_runtime.py
octomil/runtime/core/engine_bridge.py
octomil/runtime/core/model_runtime.py
octomil/runtime/core/policy.py
octomil/runtime/core/registry.py
octomil/runtime/core/router.py
octomil/runtime/core/types.py
octomil/runtime/engines/__init__.py
octomil/runtime/engines/registry.py
octomil/runtime/engines/echo/__init__.py
octomil/runtime/engines/echo/engine.py
octomil/runtime/engines/experimental/__init__.py
octomil/runtime/engines/experimental/cactus/__init__.py
octomil/runtime/engines/experimental/cactus/engine.py
octomil/runtime/engines/experimental/executorch/__init__.py
octomil/runtime/engines/experimental/executorch/engine.py
octomil/runtime/engines/experimental/mlc/__init__.py
octomil/runtime/engines/experimental/mlc/engine.py
octomil/runtime/engines/experimental/mnn/__init__.py
octomil/runtime/engines/experimental/mnn/engine.py
octomil/runtime/engines/experimental/samsung_one/__init__.py
octomil/runtime/engines/experimental/samsung_one/engine.py
octomil/runtime/engines/llamacpp/__init__.py
octomil/runtime/engines/llamacpp/engine.py
octomil/runtime/engines/mlx/__init__.py
octomil/runtime/engines/mlx/engine.py
octomil/runtime/engines/ollama/__init__.py
octomil/runtime/engines/ollama/engine.py
octomil/runtime/engines/ort/__init__.py
octomil/runtime/engines/ort/engine.py
octomil/runtime/engines/whisper/__init__.py
octomil/runtime/engines/whisper/engine.py
octomil/runtime/packaging/__init__.py
octomil/runtime/routing/__init__.py
octomil/sources/__init__.py
octomil/sources/base.py
octomil/sources/hf_resolver.py
octomil/sources/huggingface.py
octomil/sources/kaggle.py
octomil/sources/ollama.py
octomil/sources/resolver.py
octomil/utils/__init__.py
octomil/utils/fp16_scaling.py
octomil/utils/onnx_sampling.py
octomil/workflows/__init__.py
octomil/workflows/runner.py
octomil/workflows/types.py
octomil_sdk.egg-info/PKG-INFO
octomil_sdk.egg-info/SOURCES.txt
octomil_sdk.egg-info/dependency_links.txt
octomil_sdk.egg-info/entry_points.txt
octomil_sdk.egg-info/requires.txt
octomil_sdk.egg-info/top_level.txt
tests/test_api_client.py
tests/test_attention_backend.py
tests/test_batch.py
tests/test_build_config.py
tests/test_cache.py
tests/test_cactus_engine.py
tests/test_catalog_client.py
tests/test_chat.py
tests/test_cli.py
tests/test_client.py
tests/test_client_deploy.py
tests/test_client_telemetry.py
tests/test_client_telemetry_gaps.py
tests/test_compression.py
tests/test_control.py
tests/test_control_plane_apis.py
tests/test_data_loader.py
tests/test_decomposer.py
tests/test_device_auth.py
tests/test_device_config.py
tests/test_device_info.py
tests/test_early_exit.py
tests/test_edge.py
tests/test_embeddings.py
tests/test_engines.py
tests/test_enterprise.py
tests/test_enterprise_fl.py
tests/test_errors.py
tests/test_executorch_engine.py
tests/test_experiment_telemetry.py
tests/test_facade_wiring.py
tests/test_feature_alignment.py
tests/test_federated_analytics.py
tests/test_federated_client.py
tests/test_federated_telemetry.py
tests/test_federation.py
tests/test_federation_cli.py
tests/test_filters.py
tests/test_flwr_datasets.py
tests/test_fp16_scaling.py
tests/test_grammar.py
tests/test_hardware_cpu.py
tests/test_hardware_cuda.py
tests/test_hardware_metal.py
tests/test_hardware_rocm.py
tests/test_hardware_unified.py
tests/test_hf_resolver.py
tests/test_inference.py
tests/test_interactive.py
tests/test_launch.py
tests/test_login.py
tests/test_mcp_http.py
tests/test_mcp_platform.py
tests/test_mcp_registration.py
tests/test_mcp_server.py
tests/test_mcp_x402.py
tests/test_mlc_engine.py
tests/test_mnn_engine.py
tests/test_model.py
tests/test_model_registry.py
tests/test_model_resolution.py
tests/test_model_telemetry.py
tests/test_models_namespace.py
tests/test_moe.py
tests/test_ollama.py
tests/test_ollama_deploy.py
tests/test_ollama_optimizer.py
tests/test_onnx_sampling.py
tests/test_ort_engine.py
tests/test_qr.py
tests/test_registry.py
tests/test_responses_api.py
tests/test_responses_integration.py
tests/test_responses_prompt.py
tests/test_responses_runtime.py
tests/test_responses_tools.py
tests/test_rocm_detection.py
tests/test_router_runtime.py
tests/test_routing.py
tests/test_samsung_one_engine.py
tests/test_scanner.py
tests/test_sdk_inference_batch.py
tests/test_secagg.py
tests/test_secagg_plus.py
tests/test_serve.py
tests/test_serve_anthropic.py
tests/test_setup.py
tests/test_smart_router.py
tests/test_streaming.py
tests/test_telemetry.py
tests/test_tool_schemas.py
tests/test_training_resilience.py
tests/test_venv_reexec.py
tests/test_whisper_engine.py
tests/test_workflows.py