LICENSE
README.md
pyproject.toml
hive_mind_mcp.egg-info/PKG-INFO
hive_mind_mcp.egg-info/SOURCES.txt
hive_mind_mcp.egg-info/dependency_links.txt
hive_mind_mcp.egg-info/entry_points.txt
hive_mind_mcp.egg-info/requires.txt
hive_mind_mcp.egg-info/top_level.txt
src/__init__.py
src/cli.py
src/config.py
src/dashboard.py
src/dashboard_utils.py
src/logger.py
src/persistence.py
src/personas.py
src/schemas.py
src/security.py
src/server.py
src/tools.py
src/models/model_registry.py
src/pipelines/engine.py
src/pipelines/state_manager.py
src/planner/complexity_analyzer.py
src/planner/dynamic_planner.py
src/planner/intent_classifier.py
src/providers/anthropic.py
src/providers/base.py
src/providers/deepseek.py
src/providers/gemini.py
src/providers/groq.py
src/providers/mistral.py
src/providers/openai.py
src/providers/openai_compatible.py
src/providers/openrouter.py
src/providers/tool_aware_provider.py
src/ui/__init__.py
src/ui/presentation.py
src/utils/sandbox_utils.py
src/watchdog/__init__.py
src/watchdog/engine.py
src/watchdog/ingest.py
tests/test_cli_commands.py
tests/test_cli_context.py
tests/test_cli_coverage.py
tests/test_cli_full.py
tests/test_config.py
tests/test_coverage_gap_fill.py
tests/test_dashboard_edge_cases.py
tests/test_dashboard_full.py
tests/test_dashboard_logic.py
tests/test_dashboard_tabs.py
tests/test_debate.py
tests/test_flow_integration.py
tests/test_generic_dynamic.py
tests/test_missing_providers.py
tests/test_openai_compatible.py
tests/test_persistence.py
tests/test_personas.py
tests/test_providers.py
tests/test_providers_all.py
tests/test_security.py
tests/test_server.py
tests/test_tools.py
tests/test_tools_advanced.py
tests/test_tools_comprehensive.py
tests/test_tools_discovery.py
tests/test_tools_env.py
tests/test_tools_errors.py