ARCHITECTURE.md
CHANGELOG.md
CLAUDE.md
LICENSE
MANIFEST.in
README.md
dashboard.py
setup.py
clawmetry/__init__.py
clawmetry/approvals.py
clawmetry/cli.py
clawmetry/config.py
clawmetry/error_patterns.py
clawmetry/extensions.py
clawmetry/interceptor.py
clawmetry/local_server.py
clawmetry/local_store.py
clawmetry/providers_pricing.py
clawmetry/proxy.py
clawmetry/py.typed
clawmetry/relay.py
clawmetry/sync.py
clawmetry/telemetry.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/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/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/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
helpers/__init__.py
helpers/gateway.py
helpers/hardware.py
helpers/logs.py
helpers/openapi.py
helpers/pricing.py
helpers/streams.py
routes/__init__.py
routes/advisor.py
routes/agents.py
routes/alerts.py
routes/autonomy.py
routes/brain.py
routes/channels.py
routes/components.py
routes/crons.py
routes/fleet_history.py
routes/health.py
routes/heartbeat.py
routes/infra.py
routes/local_query.py
routes/meta.py
routes/nemoclaw.py
routes/overview.py
routes/plugins.py
routes/reasoning.py
routes/selfconfig.py
routes/selfevolve.py
routes/sessions.py
routes/skills.py
routes/update_check.py
routes/usage.py
tests/__init__.py
tests/conftest.py
tests/test_adapter_hermes.py
tests/test_adapters.py
tests/test_alert_rules_local_store.py
tests/test_api.py
tests/test_approvals_local_store.py
tests/test_brain_cache_push.py
tests/test_brain_local_fastpath.py
tests/test_brain_local_store.py
tests/test_cache_trends.py
tests/test_channel_config_local_store.py
tests/test_channels_local_store.py
tests/test_circular_import.py
tests/test_claudecode.py
tests/test_cli.py
tests/test_cron_health.py
tests/test_crons_local_store.py
tests/test_dashboard_perf_hotfix.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_e2e.py
tests/test_e2e_browserstack.py
tests/test_e2e_duckdb_relay.py
tests/test_e2e_real_openclaw_pipeline.py
tests/test_error_patterns.py
tests/test_health_local_store.py
tests/test_heartbeat_dispatch.py
tests/test_heartbeat_local_store.py
tests/test_heartbeat_relay_e2e.py
tests/test_interceptor.py
tests/test_local_query_api.py
tests/test_local_server_proxy.py
tests/test_local_store.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_memory_local_store.py
tests/test_nemoclaw_governance.py
tests/test_overview_local_store.py
tests/test_phase_2_to_5_live_e2e.py
tests/test_proxy.py
tests/test_real_openclaw_binary_e2e.py
tests/test_relay.py
tests/test_reliability.py
tests/test_selfconfig_session_attribution.py
tests/test_session_export.py
tests/test_sessions_by_type_local_store.py
tests/test_sessions_local_fastpath.py
tests/test_sync_trial_gating.py
tests/test_telemetry.py
tests/test_tier1_local_store.py
tests/test_token_spike_rules.py
tests/test_track.py
tests/test_transcript_local_store.py
tests/test_usage_local_store.py
tests/test_version_impact.py