ARCHITECTURE.md
CHANGELOG.md
CLAUDE.md
LICENSE
MANIFEST.in
README.md
dashboard.py
setup.py
clawmetry/__init__.py
clawmetry/__main__.py
clawmetry/alert_evaluator.py
clawmetry/approvals.py
clawmetry/cli.py
clawmetry/config.py
clawmetry/dives_sql_safety.py
clawmetry/error_patterns.py
clawmetry/eval_regression_replay.py
clawmetry/eval_runner.py
clawmetry/eval_suite_runner.py
clawmetry/extensions.py
clawmetry/gateway_tap.py
clawmetry/insights.py
clawmetry/interceptor.py
clawmetry/latency_tracker.py
clawmetry/local_server.py
clawmetry/local_store.py
clawmetry/outcome_classifier.py
clawmetry/providers_pricing.py
clawmetry/proxy.py
clawmetry/py.typed
clawmetry/relay.py
clawmetry/risk.py
clawmetry/sync.py
clawmetry/telemetry.py
clawmetry/token_confidence.py
clawmetry/track.py
clawmetry.egg-info/PKG-INFO
clawmetry.egg-info/SOURCES.txt
clawmetry.egg-info/dependency_links.txt
clawmetry.egg-info/entry_points.txt
clawmetry.egg-info/requires.txt
clawmetry.egg-info/top_level.txt
clawmetry/adapters/__init__.py
clawmetry/adapters/base.py
clawmetry/adapters/hermes.py
clawmetry/adapters/nemo.py
clawmetry/adapters/openclaw.py
clawmetry/adapters/registry.py
clawmetry/blueprints/__init__.py
clawmetry/providers/__init__.py
clawmetry/providers/base.py
clawmetry/providers/local.py
clawmetry/providers/turso.py
clawmetry/resources/add-nemoclaw-clawmetry-preset.sh
clawmetry/static/css/dashboard.css
clawmetry/static/img/logo.svg
clawmetry/static/js/alerts.js
clawmetry/static/js/app.js
clawmetry/static/js/auth-bootstrap.js
clawmetry/static/js/gw-setup.js
clawmetry/static/js/nav-dropdown.js
clawmetry/static/v2/dist/index.html
clawmetry/static/v2/dist/assets/index-BLSat05t.css
clawmetry/static/v2/dist/assets/index-DOOhBMLZ.js
clawmetry/templates/README.md
clawmetry/templates/partials/banners.html
clawmetry/templates/partials/budget-modal.html
clawmetry/templates/partials/cloud-modal.html
clawmetry/templates/partials/overlays.html
clawmetry/templates/partials/paywall_modal.html
clawmetry/templates/tabs/alerts.html
clawmetry/templates/tabs/approvals.html
clawmetry/templates/tabs/brain.html
clawmetry/templates/tabs/clusters.html
clawmetry/templates/tabs/context.html
clawmetry/templates/tabs/crons.html
clawmetry/templates/tabs/flow.html
clawmetry/templates/tabs/history.html
clawmetry/templates/tabs/limits.html
clawmetry/templates/tabs/logs.html
clawmetry/templates/tabs/memory.html
clawmetry/templates/tabs/models.html
clawmetry/templates/tabs/nemoclaw.html
clawmetry/templates/tabs/notifications.html
clawmetry/templates/tabs/overview.html
clawmetry/templates/tabs/security.html
clawmetry/templates/tabs/selfevolve.html
clawmetry/templates/tabs/skills.html
clawmetry/templates/tabs/subagents.html
clawmetry/templates/tabs/transcripts.html
clawmetry/templates/tabs/usage.html
clawmetry/templates/tabs/version-impact.html
clawmetry/tests/__init__.py
clawmetry/tests/e2e/__init__.py
clawmetry/tests/e2e/test_cloud_sync_resilience.py
clawmetry/tests/integration/__init__.py
clawmetry/tests/integration/test_fast_paths_cross_process.py
clawmetry/v2/__init__.py
clawmetry/v2/routes.py
helpers/__init__.py
helpers/gateway.py
helpers/hardware.py
helpers/logs.py
helpers/openapi.py
helpers/pricing.py
helpers/streams.py
helpers/system.py
routes/__init__.py
routes/_dedupe.py
routes/advisor.py
routes/agents.py
routes/alerts.py
routes/autonomy.py
routes/bootstrap.py
routes/brain.py
routes/channels.py
routes/components.py
routes/crons.py
routes/evals.py
routes/fleet_history.py
routes/health.py
routes/heartbeat.py
routes/infra.py
routes/insights.py
routes/local_query.py
routes/meta.py
routes/nemoclaw.py
routes/overview.py
routes/plugins.py
routes/reasoning.py
routes/review.py
routes/selfconfig.py
routes/selfevolve.py
routes/sessions.py
routes/skills.py
routes/update_check.py
routes/usage.py
routes/workspaces.py
tests/__init__.py
tests/_moat_perf_fixture.py
tests/conftest.py
tests/eval_ci_mock_agent.py
tests/test_adapter_hermes.py
tests/test_adapters.py
tests/test_adaptive_heartbeat.py
tests/test_aesgcm_swallow_fix.py
tests/test_alert_evaluator_unit.py
tests/test_alert_rules_local_store.py
tests/test_alerts_evaluator_duckdb.py
tests/test_anon_auth_fail_ping.py
tests/test_api.py
tests/test_appjs_units.py
tests/test_approvals_duckdb_watcher.py
tests/test_approvals_local_store.py
tests/test_auth_detected_token.py
tests/test_automation_analysis_local_store_v3.py
tests/test_bootstrap_capture.py
tests/test_brain_cache_push.py
tests/test_brain_cache_push_channel_events.py
tests/test_brain_history_v3_event_detail.py
tests/test_brain_llm_call_timeline.py
tests/test_brain_local_fastpath.py
tests/test_brain_local_store.py
tests/test_brain_no_log_keyword_noise.py
tests/test_brain_sse_reconnect.py
tests/test_budget_cap.py
tests/test_cache_trends.py
tests/test_channel_bluebubbles_local_store_v3.py
tests/test_channel_config_local_store.py
tests/test_channel_event_chokepoint.py
tests/test_channel_signal_local_store_v3.py
tests/test_channel_telegram_local_store_v3.py
tests/test_channel_tui_duckdb_fastpath.py
tests/test_channel_whatsapp_duckdb_fastpath.py
tests/test_channels_local_store.py
tests/test_circular_import.py
tests/test_class_bug_parent_sid_drain.py
tests/test_claude_sessions_privacy_boundary.py
tests/test_claudecode.py
tests/test_cli.py
tests/test_cli_banner.py
tests/test_component_gateway_local_store_v3.py
tests/test_context_anatomy_local_store.py
tests/test_cost_optimizer_local_store_v3.py
tests/test_cron_health.py
tests/test_cron_runs_duckdb_ingest.py
tests/test_crons_cache_push.py
tests/test_crons_local_store.py
tests/test_crons_runs_endpoint.py
tests/test_daemon_error_event_pipeline.py
tests/test_daemon_health_endpoint.py
tests/test_dashboard_perf_hotfix.py
tests/test_decoding_config_extract.py
tests/test_dives_sql_safety.py
tests/test_duckdb_coverage_batch_2026_05_13.py
tests/test_duckdb_coverage_phase2_2026_05_13.py
tests/test_duckdb_coverage_phase3_2026_05_13.py
tests/test_duckdb_coverage_phase4_channels_2026_05_13.py
tests/test_duckdb_coverage_phase5_channels_2026_05_13.py
tests/test_duckdb_fastpath_v3_invariants.py
tests/test_e2e.py
tests/test_e2e_browserstack.py
tests/test_e2e_duckdb_relay.py
tests/test_e2e_oss_all_tabs.py
tests/test_e2e_real_openclaw_pipeline.py
tests/test_e2e_telegram_brain_ingest.py
tests/test_error_patterns.py
tests/test_eval_regression_replay.py
tests/test_eval_runner.py
tests/test_eval_suite_runner.py
tests/test_evaluate_alerts_integration.py
tests/test_event_id_unification_and_dedup.py
tests/test_event_metrics_extraction.py
tests/test_fallbacks_local_store.py
tests/test_first_heartbeat_onboarding.py
tests/test_flow_events_local_store_v3.py
tests/test_flow_runs_endpoint.py
tests/test_flow_sse_reconnect.py
tests/test_gateway_health.py
tests/test_gateway_health_local_store_v3.py
tests/test_gateway_metric_history.py
tests/test_gateway_tap.py
tests/test_gateway_tap_opt_in_banner.py
tests/test_gateway_token_fallback.py
tests/test_hallucination_risk.py
tests/test_health_local_store.py
tests/test_heartbeat_agent_install_piggyback.py
tests/test_heartbeat_dispatch.py
tests/test_heartbeat_envelope.py
tests/test_heartbeat_local_store.py
tests/test_heartbeat_relay_e2e.py
tests/test_insights.py
tests/test_install_script_linux_restart.py
tests/test_install_script_no_duplicate_daemon.py
tests/test_interceptor.py
tests/test_issue_1127_ux_dead_ends.py
tests/test_latency_tracker.py
tests/test_local_max_bytes_auto_vacuum.py
tests/test_local_query_api.py
tests/test_local_server_proxy.py
tests/test_local_store.py
tests/test_local_store_concurrent_flush_1590.py
tests/test_local_store_default_on.py
tests/test_local_store_missing_writers.py
tests/test_local_store_multi_agent.py
tests/test_local_store_rename.py
tests/test_local_store_sync_integration.py
tests/test_log_sse_reconnect.py
tests/test_loop_signals_e2e.py
tests/test_memory_cache_push.py
tests/test_memory_local_store.py
tests/test_moat_bug_class_v3_event_shape_gate.py
tests/test_moat_cloud_roundtrip_e2e.py
tests/test_moat_cloud_sync_e2e.py
tests/test_moat_cross_repo_version_skew.py
tests/test_moat_e2e_regression_1129.py
tests/test_moat_live_openclaw_e2e.py
tests/test_moat_perf_benchmark.py
tests/test_moat_send_message_e2e.py
tests/test_model_transitions_local_store_v3.py
tests/test_multi_workspace_discovery.py
tests/test_nemo_adapter.py
tests/test_nemo_adapter_pro_gate.py
tests/test_nemoclaw_governance.py
tests/test_no_agent_detected_state.py
tests/test_no_direct_get_store_in_routes.py
tests/test_oauth_detection.py
tests/test_openclaw_claude_session_ingest.py
tests/test_openclaw_sessions_followup.py
tests/test_outcome_classifier.py
tests/test_overview_autonomy_score.py
tests/test_overview_heartbeat.py
tests/test_overview_local_store.py
tests/test_per_agent_budget.py
tests/test_phase_2_to_5_live_e2e.py
tests/test_plugins_invocations_local_store.py
tests/test_proxy.py
tests/test_query_sessions_message_count.py
tests/test_rate_limits_local_store_v3.py
tests/test_read_cloud_token_fallback.py
tests/test_real_openclaw_binary_e2e.py
tests/test_relay.py
tests/test_reliability.py
tests/test_review_queue.py
tests/test_run_daemon_uniqueness.py
tests/test_schema_migration_failure_integrity.py
tests/test_selfconfig_session_attribution.py
tests/test_session_export.py
tests/test_session_export_local_store_v3.py
tests/test_session_tools_local_store_v3.py
tests/test_sessions_by_type_local_store.py
tests/test_sessions_clusters_local_store_v3.py
tests/test_sessions_local_fastpath.py
tests/test_sessions_retention_cap.py
tests/test_sigterm_ring_flush.py
tests/test_skills_fidelity_local_store.py
tests/test_skills_fidelity_local_store_v3.py
tests/test_spans_e2e.py
tests/test_spans_ingest.py
tests/test_subagent_attribution_v3.py
tests/test_subagents_local_store_v3.py
tests/test_subscribe_queue_bounded.py
tests/test_sync_daemon_crash_recovery.py
tests/test_sync_main_block_at_eof.py
tests/test_sync_skip_sidecar_jsonls.py
tests/test_sync_trial_gating.py
tests/test_system_snapshot_dlq.py
tests/test_task_runs_local_store_v3.py
tests/test_telegram_gatewaylog_parser.py
tests/test_telegram_ingest.py
tests/test_telemetry.py
tests/test_tier1_local_store.py
tests/test_tier_pro_paywall_no_flash.py
tests/test_token_attribution_local_store_v3.py
tests/test_token_confidence.py
tests/test_token_spike_rules.py
tests/test_token_velocity_local_store_v3.py
tests/test_tool_alternatives.py
tests/test_tool_modal_fastpath_2026_05_13.py
tests/test_track.py
tests/test_transcript_local_store.py
tests/test_transcript_openclaw_shapes.py
tests/test_uptime_portable.py
tests/test_usage_forecast_local_store_v3.py
tests/test_usage_local_store.py
tests/test_usage_per_session.py
tests/test_v3_schema_parser.py
tests/test_version_impact.py
tests/test_version_impact_local_store_v3.py
tests/test_workspace_switcher_copy.py