LICENSE
README.md
pyproject.toml
src/ares/__init__.py
src/ares/cli.py
src/ares/dashboard.py
src/ares/engagement_memory.py
src/ares/gateway.py
src/ares/gateway_auth.py
src/ares/hooks.py
src/ares/onboarding.py
src/ares/prompt_ui.py
src/ares/routing.py
src/ares/run.py
src/ares/secure_files.py
src/ares/themes.py
src/ares/tui.py
src/ares/webui.py
src/ares/agent/__init__.py
src/ares/agent/context_budget.py
src/ares/agent/context_builder.py
src/ares/agent/context_config.py
src/ares/agent/dispatcher.py
src/ares/agent/prompt_builder.py
src/ares/agent/runtime.py
src/ares/agent/tool_result_indexer.py
src/ares/autonomy/__init__.py
src/ares/autonomy/catalog.py
src/ares/autonomy/coverage.py
src/ares/autonomy/findings.py
src/ares/autonomy/graph.py
src/ares/autonomy/planner.py
src/ares/autonomy/projector.py
src/ares/autonomy/recovery.py
src/ares/config/__init__.py
src/ares/config/loader.py
src/ares/evaluation/__init__.py
src/ares/evaluation/lab.py
src/ares/evaluation/fixtures/v1.json
src/ares/evidence/__init__.py
src/ares/evidence/nmap.py
src/ares/llm/__init__.py
src/ares/llm/anthropic_adapter.py
src/ares/llm/base.py
src/ares/llm/common.py
src/ares/llm/failover.py
src/ares/llm/gemini_adapter.py
src/ares/llm/oauth.py
src/ares/llm/oauth_cache.py
src/ares/llm/oauth_flows.py
src/ares/llm/openai_codex.py
src/ares/llm/openai_compat.py
src/ares/llm/provider_catalog.py
src/ares/llm/providers.py
src/ares/mission/__init__.py
src/ares/mission/approvals.py
src/ares/mission/context.py
src/ares/mission/contract.py
src/ares/mission/coordinator.py
src/ares/mission/findings.py
src/ares/mission/model.py
src/ares/mission/operators.py
src/ares/mission/profiles.py
src/ares/mission/report.py
src/ares/mission/tasks.py
src/ares/mission/tools.py
src/ares/playbooks/__init__.py
src/ares/playbooks/registry.py
src/ares/policy/__init__.py
src/ares/policy/context.py
src/ares/policy/risk.py
src/ares/policy/roe.py
src/ares/policy/route.py
src/ares/reporting/__init__.py
src/ares/reporting/markdown.py
src/ares/state/__init__.py
src/ares/state/db.py
src/ares/tools/__init__.py
src/ares/tools/evidence_memory.py
src/ares/tools/ghostmcp_adapter.py
src/ares/tools/onionclaw_adapter.py
src/ares/tools/registry.py
src/ares/training/export.py
src/bluedot_ares.egg-info/PKG-INFO
src/bluedot_ares.egg-info/SOURCES.txt
src/bluedot_ares.egg-info/dependency_links.txt
src/bluedot_ares.egg-info/entry_points.txt
src/bluedot_ares.egg-info/requires.txt
src/bluedot_ares.egg-info/top_level.txt
src/lib/__init__.py
src/lib/ghostmcp_runner.py
src/lib/ghostmcp_stdio_bridge.py
src/lib/llm_client.py
src/lib/mcp_client.py
src/lib/mcp_server.py
src/lib/mcp_session.py
src/lib/onionclaw_runner.py
src/lib/reporting_engine.py
tests/test_agent_flow_builders.py
tests/test_agent_routing.py
tests/test_agent_runtime.py
tests/test_ares_branding.py
tests/test_ares_migration.py
tests/test_ares_release_metadata.py
tests/test_ares_tui.py
tests/test_autonomy_findings_recovery_roles.py
tests/test_autonomy_graph_coverage.py
tests/test_autonomy_planner.py
tests/test_autonomy_review_hardening.py
tests/test_cli_auth.py
tests/test_cli_gateway.py
tests/test_cli_model.py
tests/test_cli_route_memory.py
tests/test_cli_yolo.py
tests/test_context_builder_budget.py
tests/test_context_config.py
tests/test_dashboard_surface.py
tests/test_dispatcher_approvals.py
tests/test_dispatcher_timeout.py
tests/test_duplicate_suppression.py
tests/test_engagement_contract.py
tests/test_engagement_memory.py
tests/test_evaluation_lab.py
tests/test_evidence_memory_tools.py
tests/test_evidence_nmap.py
tests/test_foundation_refactor.py
tests/test_gateway_access.py
tests/test_gateway_auth.py
tests/test_gateway_control_plane.py
tests/test_gateway_modes.py
tests/test_gateway_v1_auth_matrix.py
tests/test_gateway_web_ui.py
tests/test_ghostmcp_adapter.py
tests/test_ghostmcp_runner.py
tests/test_hooks_automation.py
tests/test_legacy_mcp_server.py
tests/test_legacy_surface_removal.py
tests/test_llm_provider_adapters.py
tests/test_mcp_server.py
tests/test_mcp_session.py
tests/test_mission_agentic.py
tests/test_mission_autonomous_recon.py
tests/test_mission_cli.py
tests/test_mission_context.py
tests/test_mission_coordinator.py
tests/test_mission_e2e_deterministic.py
tests/test_mission_finalization.py
tests/test_mission_findings.py
tests/test_mission_gateway.py
tests/test_mission_models.py
tests/test_mission_operators.py
tests/test_mission_profiles.py
tests/test_mission_report.py
tests/test_mission_state_db.py
tests/test_mission_tasks.py
tests/test_mission_tools.py
tests/test_mission_training_export.py
tests/test_model_config.py
tests/test_model_fallback.py
tests/test_oauth_flows.py
tests/test_onboard_cli.py
tests/test_onionclaw_adapter.py
tests/test_openai_codex_oauth.py
tests/test_openai_compat_adapter.py
tests/test_policy_dispatch.py
tests/test_productization_cli.py
tests/test_prompt_ui.py
tests/test_roe_profiles.py
tests/test_route_policy.py
tests/test_run_helper.py
tests/test_run_helpers_cli.py
tests/test_run_scope_binding.py
tests/test_runtime_flow.py
tests/test_session_report_helpers.py
tests/test_state_db.py
tests/test_state_memory_chunks.py
tests/test_state_reconciliation.py
tests/test_state_reporting.py
tests/test_state_schema_migrations.py
tests/test_tool_registry_shorthand_schema.py
tests/test_training_export.py
tests/test_vendor_ghostmcp_pytest_collection.py