LICENSE
README.md
pyproject.toml
cascadia/__init__.py
cascadia/analytics/__init__.py
cascadia/analytics/scorecard.py
cascadia/automation/__init__.py
cascadia/automation/failure_event.py
cascadia/automation/retry_policy.py
cascadia/automation/scheduler.py
cascadia/automation/stitch.py
cascadia/automation/supervisor.py
cascadia/automation/workflow_runtime.py
cascadia/backup/__init__.py
cascadia/backup/daily_backup.py
cascadia/billing/__init__.py
cascadia/billing/email_delivery.py
cascadia/billing/license_generator.py
cascadia/billing/stripe_handler.py
cascadia/billing/stripe_products.py
cascadia/billing/subscription_manager.py
cascadia/bridge/__init__.py
cascadia/bridge/handshake.py
cascadia/chat/__init__.py
cascadia/chief/__init__.py
cascadia/chief/client.py
cascadia/chief/commands.py
cascadia/chief/fallback.py
cascadia/chief/intent_router.py
cascadia/chief/models.py
cascadia/chief/operator_selector.py
cascadia/chief/server.py
cascadia/connectors/approval/connector.py
cascadia/connectors/calendar/connector.py
cascadia/connectors/calendar/health.py
cascadia/connectors/discord/connector.py
cascadia/connectors/discord/health.py
cascadia/connectors/email/connector.py
cascadia/connectors/email/health.py
cascadia/connectors/gmail/connector.py
cascadia/connectors/gmail/health.py
cascadia/connectors/google/connector.py
cascadia/connectors/google/health.py
cascadia/connectors/google_calendar/connector.py
cascadia/connectors/google_calendar/health.py
cascadia/connectors/modbus/__init__.py
cascadia/connectors/modbus/server.py
cascadia/connectors/mqtt/__init__.py
cascadia/connectors/mqtt/server.py
cascadia/connectors/outlook/connector.py
cascadia/connectors/outlook/health.py
cascadia/connectors/rest/connector.py
cascadia/connectors/rest/health.py
cascadia/connectors/scheduler/connector.py
cascadia/connectors/slack/connector.py
cascadia/connectors/slack/health.py
cascadia/connectors/sms/connector.py
cascadia/connectors/sms/health.py
cascadia/connectors/teams/connector.py
cascadia/connectors/teams/health.py
cascadia/connectors/telegram/connector.py
cascadia/connectors/telegram/health.py
cascadia/connectors/webhook/connector.py
cascadia/connectors/whatsapp/connector.py
cascadia/connectors/whatsapp/health.py
cascadia/connectors/zapier/connector.py
cascadia/connectors/zapier/health.py
cascadia/core/__init__.py
cascadia/core/email_sender.py
cascadia/core/license_gate.py
cascadia/core/stripe_webhook.py
cascadia/core/watchdog.py
cascadia/dashboard/__init__.py
cascadia/dashboard/prism.py
cascadia/depot/__init__.py
cascadia/depot/api.py
cascadia/depot/canonicalization.py
cascadia/depot/installer.py
cascadia/depot/kill_switch.py
cascadia/depot/manifest_validator.py
cascadia/depot/operator_install.py
cascadia/depot/purchase_webhook.py
cascadia/depot/signing.py
cascadia/depot/sync_publisher.py
cascadia/durability/__init__.py
cascadia/durability/backup.py
cascadia/durability/dead_letter.py
cascadia/durability/idempotency.py
cascadia/durability/migration.py
cascadia/durability/resume_manager.py
cascadia/durability/run_store.py
cascadia/durability/step_journal.py
cascadia/encryption/__init__.py
cascadia/encryption/curtain.py
cascadia/flint/tray.py
cascadia/gateway/__init__.py
cascadia/gateway/vanguard.py
cascadia/gateway/vantage.py
cascadia/guide/__init__.py
cascadia/guide/almanac.py
cascadia/hardware/__init__.py
cascadia/hardware/system_monitor.py
cascadia/installer/__init__.py
cascadia/installer/first_run.py
cascadia/installer/once.py
cascadia/iot/__init__.py
cascadia/iot/bridge.py
cascadia/iot/device_registry.py
cascadia/iot/sensor_ingest.py
cascadia/iot/sensor_store.py
cascadia/iot/trigger.py
cascadia/iot/adapters/__init__.py
cascadia/iot/adapters/base.py
cascadia/iot/adapters/mqtt.py
cascadia/kernel/__init__.py
cascadia/kernel/flint.py
cascadia/kernel/operator_manager.py
cascadia/kernel/watchdog.py
cascadia/licensing/__init__.py
cascadia/licensing/license_gate.py
cascadia/licensing/tier_validator.py
cascadia/marketplace/__init__.py
cascadia/marketplace/depot_client.py
cascadia/memory/__init__.py
cascadia/memory/context_builder.py
cascadia/memory/vault.py
cascadia/memory_governor/__init__.py
cascadia/memory_governor/classifier.py
cascadia/memory_governor/compactor.py
cascadia/memory_governor/flags.py
cascadia/memory_governor/outbox.py
cascadia/memory_governor/policy.py
cascadia/memory_governor/retention.py
cascadia/memory_governor/ring_buffer.py
cascadia/memory_governor/schemas.py
cascadia/missions/__init__.py
cascadia/missions/constants.py
cascadia/missions/events.py
cascadia/missions/manager.py
cascadia/missions/manifest.py
cascadia/missions/migrate.py
cascadia/missions/mobile_events.py
cascadia/missions/registry.py
cascadia/missions/runner.py
cascadia/missions/scheduler.py
cascadia/monitoring/__init__.py
cascadia/monitoring/health_alert.py
cascadia/network/__init__.py
cascadia/network/discovery.py
cascadia/observability/__init__.py
cascadia/observability/run_trace.py
cascadia/operators/__init__.py
cascadia/operators/generic_alert/__init__.py
cascadia/operators/generic_alert/health.py
cascadia/operators/generic_alert/server.py
cascadia/operators/iot_ingest/operator.py
cascadia/operators/iot_registry/operator.py
cascadia/operators/test_settings_op/operator.py
cascadia/orchestrator/__init__.py
cascadia/orchestrator/beacon.py
cascadia/policy/__init__.py
cascadia/policy/runtime_policy.py
cascadia/registry/__init__.py
cascadia/registry/crew.py
cascadia/reports/__init__.py
cascadia/reports/weekly_summary.py
cascadia/routing/__init__.py
cascadia/routing/beacon.py
cascadia/sdk/__init__.py
cascadia/sdk/client.py
cascadia/security/__init__.py
cascadia/security/sentinel.py
cascadia/settings/__init__.py
cascadia/settings/chat_assistant.py
cascadia/settings/engine.py
cascadia/settings/profiles.py
cascadia/settings/resource_resolver.py
cascadia/settings/store.py
cascadia/settings/validator.py
cascadia/shared/__init__.py
cascadia/shared/config.py
cascadia/shared/crew_heartbeat.py
cascadia/shared/db.py
cascadia/shared/entitlements.py
cascadia/shared/envelopes.py
cascadia/shared/ids.py
cascadia/shared/logger.py
cascadia/shared/manifest_schema.py
cascadia/shared/service_runtime.py
cascadia/system/__init__.py
cascadia/system/approval_store.py
cascadia/system/approval_timeout.py
cascadia/system/audit_log.py
cascadia/system/dependency_manager.py
cascadia/watchdog/health_watchdog.py
cascadia_os.egg-info/PKG-INFO
cascadia_os.egg-info/SOURCES.txt
cascadia_os.egg-info/dependency_links.txt
cascadia_os.egg-info/entry_points.txt
cascadia_os.egg-info/requires.txt
cascadia_os.egg-info/top_level.txt
tests/test_api_key_auth.py
tests/test_approval_analytics.py
tests/test_approval_connector.py
tests/test_approval_timeout.py
tests/test_approvals.py
tests/test_audit_log.py
tests/test_b2_b3_b4_connectors.py
tests/test_backup.py
tests/test_billing.py
tests/test_canonicalization.py
tests/test_chief.py
tests/test_chief_messaging.py
tests/test_communication_connectors.py
tests/test_conduit.py
tests/test_config_routes.py
tests/test_connector_packaging.py
tests/test_connector_vault_secrets.py
tests/test_context_builder.py
tests/test_crash_recovery.py
tests/test_crew_install_tier_gate.py
tests/test_crew_mission_install.py
tests/test_crew_mission_verify.py
tests/test_crew_operator_install_regression.py
tests/test_crew_operator_limits.py
tests/test_dependency.py
tests/test_depot_api.py
tests/test_depot_api_boot.py
tests/test_depot_installer.py
tests/test_depot_manifest.py
tests/test_depot_sync.py
tests/test_e2e_approval_flow.py
tests/test_edit_approval.py
tests/test_email_delivery.py
tests/test_entitlements.py
tests/test_fleet_registry.py
tests/test_flint_runtime.py
tests/test_generic_alert.py
tests/test_google_connector.py
tests/test_intent_router.py
tests/test_iot_ingest.py
tests/test_iot_registry.py
tests/test_iot_trigger.py
tests/test_kill_switch.py
tests/test_license_gate.py
tests/test_license_gate_check_tier.py
tests/test_licensing.py
tests/test_manifest.py
tests/test_manifest_setup_fields.py
tests/test_memory_governor_outbox.py
tests/test_memory_governor_skeleton.py
tests/test_mission_integration.py
tests/test_mission_items.py
tests/test_mission_manager_read_api.py
tests/test_mission_manifest.py
tests/test_mission_manifest_extended.py
tests/test_mission_mobile_events.py
tests/test_mission_registry.py
tests/test_mission_runner.py
tests/test_mission_scheduler.py
tests/test_missions_schema.py
tests/test_modbus_connector.py
tests/test_mqtt_connector.py
tests/test_operator_install.py
tests/test_operator_sandboxing.py
tests/test_operators.py
tests/test_pairing.py
tests/test_priority1_workflow.py
tests/test_prism_campaigns.py
tests/test_prism_depot_routing.py
tests/test_prism_missions_ui.py
tests/test_prism_nats_bridge.py
tests/test_prism_nats_resilience.py
tests/test_purchase_webhook.py
tests/test_resource_resolver.py
tests/test_rest_connector.py
tests/test_resume.py
tests/test_scheduler.py
tests/test_scheduler_connector.py
tests/test_schema.py
tests/test_sensor_store.py
tests/test_session_e.py
tests/test_settings_chat.py
tests/test_settings_engine.py
tests/test_settings_profiles.py
tests/test_settings_store.py
tests/test_settings_validator.py
tests/test_signing.py
tests/test_smoke.py
tests/test_social_operator.py
tests/test_stripe_handler.py
tests/test_subscription_manager.py
tests/test_telegram_connector.py
tests/test_tier_validator.py
tests/test_v02.py
tests/test_vantage.py
tests/test_vault_encryption.py
tests/test_webhook_connector.py
tests/test_weekly_summary.py
tests/test_workflow_designer_backend.py
tests/test_workflow_runtime_polling.py