LICENSE
NOTICE.md
README.md
pyproject.toml
nvh/__init__.py
nvh/jupyter.py
nvh/mcp_server.py
nvh/sdk.py
nvh/telemetry.py
nvh/api/__init__.py
nvh/api/proxy.py
nvh/api/server.py
nvh/api/services/__init__.py
nvh/api/services/query_service.py
nvh/auth/__init__.py
nvh/auth/auth.py
nvh/auth/models.py
nvh/catalog/__init__.py
nvh/catalog/nvhive-catalog.json
nvh/cli/__init__.py
nvh/cli/completions.py
nvh/cli/conversations.py
nvh/cli/main.py
nvh/cli/repl.py
nvh/cli/setup.py
nvh/config/__init__.py
nvh/config/capabilities.yaml
nvh/config/nemoclaw-blueprint.yaml
nvh/config/quality_benchmarks.yaml
nvh/config/settings.py
nvh/core/__init__.py
nvh/core/action_detector.py
nvh/core/advisor_profiles.py
nvh/core/agent_git.py
nvh/core/agent_guardrails.py
nvh/core/agent_loop.py
nvh/core/agent_matching.py
nvh/core/agent_memory.py
nvh/core/agent_pr.py
nvh/core/agent_protocol.py
nvh/core/agent_report.py
nvh/core/agent_review.py
nvh/core/agent_testgen.py
nvh/core/agentic.py
nvh/core/agents.py
nvh/core/autonomous.py
nvh/core/benchmark.py
nvh/core/browser_tools.py
nvh/core/code_analysis.py
nvh/core/code_graph.py
nvh/core/context.py
nvh/core/context_files.py
nvh/core/cost_tracker.py
nvh/core/council.py
nvh/core/docker_sandbox.py
nvh/core/drift_detector.py
nvh/core/engine.py
nvh/core/file_lock.py
nvh/core/free_tier.py
nvh/core/hooks.py
nvh/core/image_gen.py
nvh/core/iterative_loop.py
nvh/core/knowledge.py
nvh/core/learning.py
nvh/core/memory.py
nvh/core/model_manager.py
nvh/core/notify.py
nvh/core/orchestrator.py
nvh/core/parallel_pipeline.py
nvh/core/quality_benchmark.py
nvh/core/rate_limiter.py
nvh/core/recursive_agents.py
nvh/core/rollback.py
nvh/core/router.py
nvh/core/scheduler.py
nvh/core/smart_query.py
nvh/core/smoke_test.py
nvh/core/snapshot.py
nvh/core/system_tools.py
nvh/core/templates.py
nvh/core/tools.py
nvh/core/vision_tools.py
nvh/core/voice.py
nvh/core/webhooks.py
nvh/core/workflows.py
nvh/core/workspace.py
nvh/integrations/__init__.py
nvh/integrations/catalog.py
nvh/integrations/cloud_session.py
nvh/integrations/local_chat.py
nvh/integrations/diagnostics/__init__.py
nvh/integrations/diagnostics/boot_preflight.py
nvh/integrations/diagnostics/compatibility.py
nvh/integrations/diagnostics/detector.py
nvh/integrations/diagnostics/model_fit.py
nvh/integrations/diagnostics/production_readiness.py
nvh/integrations/diagnostics/report.py
nvh/integrations/diagnostics/smoke_tests.py
nvh/integrations/diagnostics/workspace_state.py
nvh/integrations/installs/__init__.py
nvh/integrations/installs/_base.py
nvh/integrations/installs/comfyui.py
nvh/integrations/installs/node_runtime.py
nvh/integrations/installs/openclaw.py
nvh/integrations/installs/studio_packs.py
nvh/integrations/installs/workstation.py
nvh/integrations/rag/__init__.py
nvh/integrations/rag/chunker.py
nvh/integrations/rag/embedder.py
nvh/integrations/rag/ingest.py
nvh/integrations/rag/query.py
nvh/integrations/rag/store.py
nvh/integrations/rag/vault_bridge.py
nvh/integrations/services/__init__.py
nvh/integrations/services/jobs.py
nvh/integrations/services/mission_control.py
nvh/integrations/services/receipts.py
nvh/integrations/services/runtime.py
nvh/integrations/services/service.py
nvh/integrations/services/service_registry.py
nvh/integrations/web_search/__init__.py
nvh/integrations/web_search/backends.py
nvh/integrations/web_search/client.py
nvh/integrations/wizard/__init__.py
nvh/integrations/wizard/auto_repair.py
nvh/integrations/wizard/chat.py
nvh/integrations/wizard/context.py
nvh/integrations/wizard/findings.py
nvh/integrations/wizard/mission_builder.py
nvh/integrations/wizard/personality.py
nvh/integrations/wizard/profiles.py
nvh/integrations/wizard/reconnect.py
nvh/integrations/wizard/setup_agent.py
nvh/integrations/wizard/tools.py
nvh/integrations/wizard/troubleshooter.py
nvh/integrations/workspace/__init__.py
nvh/integrations/workspace/hostname.py
nvh/integrations/workspace/mount_autopilot.py
nvh/integrations/workspace/passport.py
nvh/integrations/workspace/snapshot.py
nvh/integrations/workspace/storage.py
nvh/integrations/workspace/vault.py
nvh/plugins/__init__.py
nvh/plugins/manager.py
nvh/prompts/__init__.py
nvh/prompts/nvwizard_system.md
nvh/providers/__init__.py
nvh/providers/ai21_provider.py
nvh/providers/anthropic_provider.py
nvh/providers/base.py
nvh/providers/cerebras_provider.py
nvh/providers/cohere_provider.py
nvh/providers/deepseek_provider.py
nvh/providers/fireworks_provider.py
nvh/providers/github_provider.py
nvh/providers/google_provider.py
nvh/providers/grok_provider.py
nvh/providers/groq_provider.py
nvh/providers/huggingface_provider.py
nvh/providers/lazy_provider.py
nvh/providers/llm7_provider.py
nvh/providers/mistral_provider.py
nvh/providers/mock_provider.py
nvh/providers/nvidia_provider.py
nvh/providers/ollama_provider.py
nvh/providers/openai_provider.py
nvh/providers/openrouter_provider.py
nvh/providers/perplexity_provider.py
nvh/providers/quota_info.py
nvh/providers/registry.py
nvh/providers/sambanova_provider.py
nvh/providers/siliconflow_provider.py
nvh/providers/together_provider.py
nvh/providers/triton_provider.py
nvh/sandbox/__init__.py
nvh/sandbox/executor.py
nvh/storage/__init__.py
nvh/storage/models.py
nvh/storage/repository.py
nvh/utils/__init__.py
nvh/utils/environment.py
nvh/utils/gpu.py
nvh/utils/gpu_emulation.py
nvh/utils/logging.py
nvh/utils/ollama.py
nvh/utils/sanitize.py
nvh/utils/streaming.py
nvh/workflows/code_review.yaml
nvh/workflows/debug.yaml
nvh/workflows/research.yaml
nvhive.egg-info/PKG-INFO
nvhive.egg-info/SOURCES.txt
nvhive.egg-info/dependency_links.txt
nvhive.egg-info/entry_points.txt
nvhive.egg-info/requires.txt
nvhive.egg-info/top_level.txt
tests/test_action_detector.py
tests/test_agent_loop_context.py
tests/test_agent_loop_deep.py
tests/test_agent_matching.py
tests/test_agent_modules.py
tests/test_agent_pr.py
tests/test_agent_profiles.py
tests/test_agentic.py
tests/test_agents.py
tests/test_api.py
tests/test_auth.py
tests/test_autonomous.py
tests/test_boot_preflight.py
tests/test_browser_tools.py
tests/test_cli_e2e.py
tests/test_cli_inprocess.py
tests/test_cli_setup_rootless.py
tests/test_code_analysis.py
tests/test_code_graph.py
tests/test_code_graph_deep.py
tests/test_comfyui_integration.py
tests/test_compatibility.py
tests/test_concurrency.py
tests/test_core_modules.py
tests/test_cost_tracker.py
tests/test_council.py
tests/test_coverage_80_batch1.py
tests/test_coverage_80_batch2.py
tests/test_coverage_80_batch3.py
tests/test_coverage_80_batch4.py
tests/test_coverage_80_batch5.py
tests/test_coverage_80_batch6.py
tests/test_coverage_80_batch7.py
tests/test_coverage_90_batch8.py
tests/test_coverage_90_batch9.py
tests/test_coverage_boost.py
tests/test_coverage_deep.py
tests/test_diagnostics.py
tests/test_docker_sandbox.py
tests/test_drift_detector.py
tests/test_drift_integration.py
tests/test_engine_deep.py
tests/test_file_lock.py
tests/test_final_push_a.py
tests/test_final_push_b.py
tests/test_final_push_c.py
tests/test_final_push_d.py
tests/test_final_push_e.py
tests/test_final_push_f.py
tests/test_final_push_g.py
tests/test_final_push_h.py
tests/test_final_push_i.py
tests/test_final_push_j.py
tests/test_final_push_k.py
tests/test_final_push_l.py
tests/test_first_run.py
tests/test_gpu_detection_status.py
tests/test_guardrails.py
tests/test_install_jobs.py
tests/test_install_receipts.py
tests/test_integration.py
tests/test_integrations.py
tests/test_intent_classifier.py
tests/test_iterative_loop.py
tests/test_lazy_provider.py
tests/test_learning.py
tests/test_live_api.py
tests/test_local_chat_smoke.py
tests/test_mcp_server.py
tests/test_mission_builder.py
tests/test_model_manager.py
tests/test_mount_autopilot.py
tests/test_nemoclaw.py
tests/test_ollama_utils.py
tests/test_openclaw.py
tests/test_orchestrator.py
tests/test_pack_installer_base.py
tests/test_parallel_pipeline.py
tests/test_production_readiness.py
tests/test_providers.py
tests/test_providers_parametrized.py
tests/test_providers_special.py
tests/test_query_service.py
tests/test_rag_local.py
tests/test_rag_vault_bridge.py
tests/test_recursive_agents.py
tests/test_release_hardening.py
tests/test_remaining_coverage.py
tests/test_rollback.py
tests/test_rollback_and_drift.py
tests/test_router.py
tests/test_runtime_integration.py
tests/test_service_registry.py
tests/test_setup.py
tests/test_setup_agent.py
tests/test_setup_catalog.py
tests/test_setup_experience.py
tests/test_smart_default_deep.py
tests/test_smart_query.py
tests/test_smoke_quick.py
tests/test_smoke_strict.py
tests/test_snapshot.py
tests/test_snapshot_and_costs.py
tests/test_storage_integration.py
tests/test_streaming_regressions.py
tests/test_studio_packs.py
tests/test_telemetry.py
tests/test_tools.py
tests/test_tools_deep.py
tests/test_troubleshooter.py
tests/test_vault_integration.py
tests/test_version.py
tests/test_vision_tools.py
tests/test_web_search.py
tests/test_webui_bootstrap.py
tests/test_webui_e2e.py
tests/test_wizard_autofold_vault.py
tests/test_wizard_chat_stream.py
tests/test_wizard_context.py
tests/test_wizard_diagnostics_endpoint.py
tests/test_wizard_findings.py
tests/test_wizard_meter.py
tests/test_wizard_persistence.py
tests/test_wizard_plugin_discovery.py
tests/test_wizard_reconnect.py
tests/test_wizard_tool_call_parsing.py
tests/test_wizard_tools.py
tests/test_workspace.py
tests/test_workspace_passport.py
tests/test_workspace_snapshot.py
tests/test_workstation_integration.py