LICENSE
README.md
pyproject.toml
src/behive/__init__.py
src/behive/cli.py
src/behive/client.py
src/behive/config.py
src/behive/init-db.sql
src/behive/knowledge_graph.py
src/behive/mcp_server.py
src/behive/models.py
src/behive/server.py
src/behive.egg-info/PKG-INFO
src/behive.egg-info/SOURCES.txt
src/behive.egg-info/dependency_links.txt
src/behive.egg-info/entry_points.txt
src/behive.egg-info/requires.txt
src/behive.egg-info/top_level.txt
src/behive/compat/__init__.py
src/behive/compat/shims.py
src/behive/engine/__init__.py
src/behive/engine/__main__.py
src/behive/engine/api_scout.py
src/behive/engine/bionic_quorum.py
src/behive/engine/constants.py
src/behive/engine/content_quality.py
src/behive/engine/db.py
src/behive/engine/db_duckdb.py
src/behive/engine/db_helpers.py
src/behive/engine/domain_reputation.py
src/behive/engine/drones.py
src/behive/engine/events.py
src/behive/engine/falsifier.py
src/behive/engine/graph_engine.py
src/behive/engine/guardrail.py
src/behive/engine/harvest.py
src/behive/engine/hive_api_sources.json
src/behive/engine/intel_summary.py
src/behive/engine/llm.py
src/behive/engine/master_intelligence.py
src/behive/engine/orchestrator.py
src/behive/engine/preprocessor.py
src/behive/engine/prescout.py
src/behive/engine/process.py
src/behive/engine/queen_calibrator.py
src/behive/engine/queen_fact_mem.py
src/behive/engine/queen_feedback.py
src/behive/engine/queen_memory.py
src/behive/engine/queen_primer.py
src/behive/engine/queen_tools.py
src/behive/engine/rag.py
src/behive/engine/scout.py
src/behive/engine/search_backends.py
src/behive/engine/synth.py
tests/test_80_async_deep.py
tests/test_80_async_omega.py
tests/test_80_async_process.py
tests/test_80_async_subprocess.py
tests/test_80_batch_a_harvest_process.py
tests/test_80_batch_a_synth_rag.py
tests/test_80_batch_bc_orch_intel.py
tests/test_80_batch_def_remaining.py
tests/test_80_batch_g_deep.py
tests/test_80_breadth.py
tests/test_80_brute_force.py
tests/test_80_brute_v3.py
tests/test_80_clean_execution.py
tests/test_80_config_client.py
tests/test_80_conflict_detector.py
tests/test_80_continuation.py
tests/test_80_coverage_buster.py
tests/test_80_coverage_push.py
tests/test_80_deep_dive.py
tests/test_80_deep_push_v2.py
tests/test_80_deep_targets_v2.py
tests/test_80_domrep_intel_primer.py
tests/test_80_drones_guard_api.py
tests/test_80_drones_scout_mi.py
tests/test_80_events_deep.py
tests/test_80_events_domrep_intel.py
tests/test_80_falsifier_deep.py
tests/test_80_falsifier_synth_extra.py
tests/test_80_falsifier_v3.py
tests/test_80_feedback_deep.py
tests/test_80_feedback_deep_v3.py
tests/test_80_feedback_v2.py
tests/test_80_final_mega.py
tests/test_80_final_push.py
tests/test_80_final_wave.py
tests/test_80_golden_process.py
tests/test_80_graph_deep.py
tests/test_80_graph_deep_v2.py
tests/test_80_graph_engine.py
tests/test_80_graph_massive.py
tests/test_80_harvest_deep.py
tests/test_80_harvest_deep_v2.py
tests/test_80_harvest_intel_dom.py
tests/test_80_harvest_orch.py
tests/test_80_harvest_v3.py
tests/test_80_heavy_modules.py
tests/test_80_import_sweep.py
tests/test_80_init_modules.py
tests/test_80_integration.py
tests/test_80_integration_h.py
tests/test_80_intel_calib_domain.py
tests/test_80_llm_db_preproc.py
tests/test_80_llm_deep.py
tests/test_80_low_modules.py
tests/test_80_lowhanging.py
tests/test_80_massive_clean.py
tests/test_80_mega_push.py
tests/test_80_mega_push2.py
tests/test_80_mi_deep.py
tests/test_80_mi_deep_v2.py
tests/test_80_mi_synth_deep.py
tests/test_80_mi_v3.py
tests/test_80_omega.py
tests/test_80_orch_deep.py
tests/test_80_orch_plan_deep.py
tests/test_80_orch_prescout_mega.py
tests/test_80_orchestrator_deep_v2.py
tests/test_80_orchestrator_helpers.py
tests/test_80_orchestrator_v3.py
tests/test_80_pipeline_mega.py
tests/test_80_planner_entities.py
tests/test_80_prescout_dance.py
tests/test_80_prescout_deep_v2.py
tests/test_80_prescout_feedback.py
tests/test_80_prescout_pure.py
tests/test_80_prescout_v3.py
tests/test_80_process_classes.py
tests/test_80_process_deep.py
tests/test_80_process_killer.py
tests/test_80_process_orch_harvest.py
tests/test_80_process_pure.py
tests/test_80_process_regex.py
tests/test_80_process_v3.py
tests/test_80_process_v4.py
tests/test_80_pure_functions.py
tests/test_80_quality_events.py
tests/test_80_queen_mega.py
tests/test_80_queen_memory_calibrator.py
tests/test_80_queen_tools_deep.py
tests/test_80_quorum_quality.py
tests/test_80_rag_deep.py
tests/test_80_rag_deep_v2.py
tests/test_80_rag_deep_v3.py
tests/test_80_rag_massive.py
tests/test_80_rag_mega.py
tests/test_80_rag_mi_deep.py
tests/test_80_rag_mi_final.py
tests/test_80_rag_v4.py
tests/test_80_remaining.py
tests/test_80_routing_validation.py
tests/test_80_schema_deep.py
tests/test_80_scout_deep.py
tests/test_80_scout_feedback.py
tests/test_80_scout_synth_v2.py
tests/test_80_search_backends_v3.py
tests/test_80_search_deep_v2.py
tests/test_80_search_falsifier.py
tests/test_80_search_llm.py
tests/test_80_server_mcp.py
tests/test_80_small_push.py
tests/test_80_smaller_modules.py
tests/test_80_surgical.py
tests/test_80_surgical_targets.py
tests/test_80_synth_deep_v2.py
tests/test_80_synth_graph_extra.py
tests/test_80_synth_killer.py
tests/test_80_synth_mega.py
tests/test_80_synth_mi_deep.py
tests/test_80_synth_queen.py
tests/test_80_targeted_lines.py
tests/test_api_scout.py
tests/test_beeworker_deep.py
tests/test_bionic_quorum.py
tests/test_blast_coverage.py
tests/test_branch_coverage.py
tests/test_cli.py
tests/test_client.py
tests/test_config.py
tests/test_constants.py
tests/test_content_quality.py
tests/test_cov_40pct_push.py
tests/test_cov_async_deep.py
tests/test_cov_async_push.py
tests/test_cov_breakthrough.py
tests/test_cov_breakthrough2.py
tests/test_cov_ceiling_breaker.py
tests/test_cov_deep.py
tests/test_cov_deep2.py
tests/test_cov_deep3.py
tests/test_cov_drones.py
tests/test_cov_drones_direct.py
tests/test_cov_falsifier.py
tests/test_cov_final50.py
tests/test_cov_final_push.py
tests/test_cov_graph.py
tests/test_cov_graph_rag.py
tests/test_cov_harvest.py
tests/test_cov_harvest_llm_api.py
tests/test_cov_import_push.py
tests/test_cov_massive.py
tests/test_cov_master.py
tests/test_cov_mock_pool.py
tests/test_cov_orchestrator_deep.py
tests/test_cov_orchestrator_full.py
tests/test_cov_prescout.py
tests/test_cov_prescout_harvest_pure.py
tests/test_cov_process.py
tests/test_cov_process_deep.py
tests/test_cov_process_deep2.py
tests/test_cov_processing_drones.py
tests/test_cov_pure_functions.py
tests/test_cov_push50.py
tests/test_cov_queen_scout_full.py
tests/test_cov_queen_tools.py
tests/test_cov_rag_master.py
tests/test_cov_real_execution.py
tests/test_cov_server_client.py
tests/test_cov_server_endpoints.py
tests/test_cov_strategic.py
tests/test_cov_synth.py
tests/test_cov_synth_deep.py
tests/test_cov_synth_graph_rag.py
tests/test_cov_targeted_modules.py
tests/test_cov_utilities_deep.py
tests/test_cov_zero_modules.py
tests/test_coverage_phase7.py
tests/test_cross_35.py
tests/test_db.py
tests/test_db_integration.py
tests/test_deep_execution.py
tests/test_deep_functions.py
tests/test_domain_reputation.py
tests/test_drones.py
tests/test_e2e_pipeline.py
tests/test_events.py
tests/test_falsifier.py
tests/test_final_30pct.py
tests/test_functional.py
tests/test_gap_fill_35.py
tests/test_graph_engine.py
tests/test_guardrail.py
tests/test_harvest.py
tests/test_heavy_coverage.py
tests/test_integration_mocked.py
tests/test_knowledge_graph.py
tests/test_llm.py
tests/test_lowest_coverage.py
tests/test_mass_coverage_35.py
tests/test_mcp.py
tests/test_mega_coverage.py
tests/test_micro_35.py
tests/test_orch_harvest_35.py
tests/test_orchestrator.py
tests/test_preprocessor.py
tests/test_prescout.py
tests/test_prescout_deep_35.py
tests/test_process.py
tests/test_process_deep.py
tests/test_process_orch_deep.py
tests/test_push_30pct.py
tests/test_push_35_final.py
tests/test_queen_deep.py
tests/test_queen_honey.py
tests/test_queen_load_persist.py
tests/test_rag.py
tests/test_rag_orch_30pct.py
tests/test_real_heavy.py
tests/test_real_integration.py
tests/test_regression.py
tests/test_runpy_main.py
tests/test_scout.py
tests/test_search_backends.py
tests/test_server.py
tests/test_server_and_more.py
tests/test_server_cli_35.py
tests/test_server_integration.py
tests/test_smoke.py
tests/test_synth.py
tests/test_uncovered_functions.py