LICENSE
README.md
pyproject.toml
nvh/__init__.py
nvh/jupyter.py
nvh/mcp_server.py
nvh/sdk.py
nvh/api/__init__.py
nvh/api/proxy.py
nvh/api/server.py
nvh/auth/__init__.py
nvh/auth/auth.py
nvh/auth/models.py
nvh/cli/__init__.py
nvh/cli/completions.py
nvh/cli/conversations.py
nvh/cli/main.py
nvh/cli/repl.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_memory.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/benchmark.py
nvh/core/code_graph.py
nvh/core/context.py
nvh/core/context_files.py
nvh/core/council.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/knowledge.py
nvh/core/learning.py
nvh/core/memory.py
nvh/core/notify.py
nvh/core/orchestrator.py
nvh/core/quality_benchmark.py
nvh/core/rate_limiter.py
nvh/core/router.py
nvh/core/scheduler.py
nvh/core/smart_query.py
nvh/core/smoke_test.py
nvh/core/system_tools.py
nvh/core/templates.py
nvh/core/tools.py
nvh/core/voice.py
nvh/core/webhooks.py
nvh/core/workflows.py
nvh/integrations/__init__.py
nvh/integrations/cloud_session.py
nvh/integrations/detector.py
nvh/integrations/hostname.py
nvh/integrations/openclaw.py
nvh/integrations/service.py
nvh/plugins/__init__.py
nvh/plugins/manager.py
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/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/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_modules.py
tests/test_agentic.py
tests/test_agents.py
tests/test_api.py
tests/test_auth.py
tests/test_cli_e2e.py
tests/test_cli_inprocess.py
tests/test_code_graph.py
tests/test_concurrency.py
tests/test_core_modules.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_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_guardrails.py
tests/test_integration.py
tests/test_integrations.py
tests/test_intent_classifier.py
tests/test_learning.py
tests/test_live_api.py
tests/test_mcp_server.py
tests/test_nemoclaw.py
tests/test_openclaw.py
tests/test_orchestrator.py
tests/test_providers.py
tests/test_providers_parametrized.py
tests/test_providers_special.py
tests/test_remaining_coverage.py
tests/test_router.py
tests/test_smart_query.py
tests/test_streaming_regressions.py
tests/test_tools.py
tests/test_version.py
tests/test_webui_e2e.py