LICENSE
README.md
pyproject.toml
octomil/__init__.py
octomil/__main__.py
octomil/auth.py
octomil/auth_config.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/configure.py
octomil/control.py
octomil/decomposer.py
octomil/device_config.py
octomil/device_context.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/install_id.py
octomil/interactive.py
octomil/model.py
octomil/model_optimizer.py
octomil/model_ref.py
octomil/model_registry.py
octomil/models_namespace.py
octomil/monitoring_config.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.egg-info/PKG-INFO
octomil.egg-info/SOURCES.txt
octomil.egg-info/dependency_links.txt
octomil.egg-info/entry_points.txt
octomil.egg-info/requires.txt
octomil.egg-info/top_level.txt
octomil/_generated/__init__.py
octomil/_generated/accelerator_type.py
octomil/_generated/adapter_activation_state.py
octomil/_generated/artifact_format.py
octomil/_generated/artifact_resource_kind.py
octomil/_generated/artifact_status.py
octomil/_generated/auth_type.py
octomil/_generated/compatibility_level.py
octomil/_generated/content_part_type.py
octomil/_generated/delivery_mode.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/federated_participation_state.py
octomil/_generated/federated_round_state.py
octomil/_generated/finish_reason.py
octomil/_generated/input_modality.py
octomil/_generated/message_role.py
octomil/_generated/metric_views.py
octomil/_generated/modality.py
octomil/_generated/model_capability.py
octomil/_generated/model_lifecycle.py
octomil/_generated/model_source_format.py
octomil/_generated/model_status.py
octomil/_generated/network_type.py
octomil/_generated/operation_state.py
octomil/_generated/otlp_resource_attributes.py
octomil/_generated/principal_type.py
octomil/_generated/query_routing_tier.py
octomil/_generated/routing_policy.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_class.py
octomil/_generated/telemetry_events.py
octomil/_generated/thermal_state.py
octomil/_generated/tool_call_tier.py
octomil/_generated/training_job_state.py
octomil/_generated/work_class.py
octomil/agents/__init__.py
octomil/agents/launcher.py
octomil/agents/registry.py
octomil/agents/session.py
octomil/audio/__init__.py
octomil/audio/transcriptions.py
octomil/audio/types.py
octomil/benchmark/__init__.py
octomil/benchmark/compare.py
octomil/benchmark/runner.py
octomil/commands/__init__.py
octomil/commands/agent.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/device_agent/__init__.py
octomil/device_agent/activation_manager.py
octomil/device_agent/artifact_downloader.py
octomil/device_agent/artifact_verifier.py
octomil/device_agent/benchmark_store.py
octomil/device_agent/crash_detector.py
octomil/device_agent/device_agent.py
octomil/device_agent/inference_session_manager.py
octomil/device_agent/model_registry.py
octomil/device_agent/operation_scheduler.py
octomil/device_agent/runtime_updater.py
octomil/device_agent/storage_gc.py
octomil/device_agent/db/__init__.py
octomil/device_agent/db/local_db.py
octomil/device_agent/db/schema.py
octomil/device_agent/loops/__init__.py
octomil/device_agent/loops/activation_loop.py
octomil/device_agent/loops/artifact_loop.py
octomil/device_agent/loops/inference_loop.py
octomil/device_agent/loops/telemetry_loop.py
octomil/device_agent/policy/__init__.py
octomil/device_agent/policy/bandwidth_budget.py
octomil/device_agent/policy/policy_engine.py
octomil/device_agent/telemetry/__init__.py
octomil/device_agent/telemetry/db_schema.py
octomil/device_agent/telemetry/events.py
octomil/device_agent/telemetry/telemetry_store.py
octomil/device_agent/telemetry/telemetry_uploader.py
octomil/device_agent/training/__init__.py
octomil/device_agent/training/adapter_manager.py
octomil/device_agent/training/data_pipeline.py
octomil/device_agent/training/db_schema.py
octomil/device_agent/training/federated_client.py
octomil/device_agent/training/local_trainer.py
octomil/device_agent/training/privacy_accounting.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/manifest/__init__.py
octomil/manifest/catalog_service.py
octomil/manifest/readiness_manager.py
octomil/manifest/types.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/_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/remote_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/chatml_renderer.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/tool_parser.py
octomil/runtime/core/types.py
octomil/runtime/engines/__init__.py
octomil/runtime/engines/local_file_runtime.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/text/__init__.py
octomil/text/predictor.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
tests/test_adapter.py
tests/test_agent_session.py
tests/test_api_client.py
tests/test_attention_backend.py
tests/test_audio.py
tests/test_auth_config.py
tests/test_batch.py
tests/test_benchmark.py
tests/test_build_config.py
tests/test_cache.py
tests/test_cactus_engine.py
tests/test_catalog_client.py
tests/test_catalog_service.py
tests/test_chat.py
tests/test_chat_client.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_configure.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_context.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_install_id.py
tests/test_interactive.py
tests/test_launch.py
tests/test_local_file_runtime.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_ref.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_multimodal.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_phase1_manifest_surface.py
tests/test_publishable_key_auth.py
tests/test_qr.py
tests/test_readiness_manager.py
tests/test_registry.py
tests/test_remote_executor.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_routing_telemetry.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_text.py
tests/test_tool_parser.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