README.md
pyproject.toml
src/bayzat_ai_workspaces.egg-info/PKG-INFO
src/bayzat_ai_workspaces.egg-info/SOURCES.txt
src/bayzat_ai_workspaces.egg-info/dependency_links.txt
src/bayzat_ai_workspaces.egg-info/entry_points.txt
src/bayzat_ai_workspaces.egg-info/requires.txt
src/bayzat_ai_workspaces.egg-info/top_level.txt
src/gateway/__init__.py
src/gateway/__main__.py
src/gateway/admin_pages.py
src/gateway/config.py
src/gateway/dashboard.py
src/gateway/email.py
src/gateway/health.py
src/gateway/install.py
src/gateway/login.py
src/gateway/onboard.py
src/gateway/onboard_cli.py
src/gateway/page_registry.py
src/gateway/server.py
src/gateway/setup.py
src/gateway/templates.py
src/gateway/workspace.py
src/gateway/admin/__init__.py
src/gateway/admin/alerting.py
src/gateway/admin/contributions.py
src/gateway/admin/cost.py
src/gateway/admin/diagnostics.py
src/gateway/admin/downstream.py
src/gateway/admin/lifecycle.py
src/gateway/admin/presets.py
src/gateway/admin/requests.py
src/gateway/admin/scopes.py
src/gateway/admin/skills.py
src/gateway/admin/usage.py
src/gateway/admin/webhooks.py
src/gateway/alerting/__init__.py
src/gateway/alerting/dispatcher.py
src/gateway/auth/__init__.py
src/gateway/auth/bearer.py
src/gateway/auth/jwks.py
src/gateway/auth/oauth.py
src/gateway/auth/tokens.py
src/gateway/auth/verify.py
src/gateway/capabilities/__init__.py
src/gateway/capabilities/models.py
src/gateway/capabilities/registry.py
src/gateway/commands/__init__.py
src/gateway/commands/builtin.py
src/gateway/commands/contributions.py
src/gateway/compat/__init__.py
src/gateway/compat/dialects.py
src/gateway/compat/guard.py
src/gateway/compat/pii.py
src/gateway/compat/poisoning.py
src/gateway/compat/prompt_sanitize.py
src/gateway/compat/sanitize.py
src/gateway/compat/schema_pinning.py
src/gateway/context/__init__.py
src/gateway/context/self_reference.py
src/gateway/db/__init__.py
src/gateway/db/admin.py
src/gateway/db/alerting.py
src/gateway/db/auth.py
src/gateway/db/capabilities.py
src/gateway/db/client.py
src/gateway/db/contributions.py
src/gateway/db/downstream.py
src/gateway/db/feedback.py
src/gateway/db/health.py
src/gateway/db/lifecycle.py
src/gateway/db/oauth.py
src/gateway/db/onboarding.py
src/gateway/db/queries.py
src/gateway/db/requests.py
src/gateway/db/schema_pinning.py
src/gateway/db/seed_capabilities.py
src/gateway/db/server_versions.py
src/gateway/db/usage.py
src/gateway/db/utils.py
src/gateway/db/webhooks.py
src/gateway/hosted/__init__.py
src/gateway/hosted/manager.py
src/gateway/hosted/watcher.py
src/gateway/proxy/__init__.py
src/gateway/proxy/client.py
src/gateway/proxy/watcher.py
src/gateway/services/__init__.py
src/gateway/services/dashboard.py
src/gateway/services/onboard.py
src/gateway/services/workspace.py
src/gateway/skills/__init__.py
src/gateway/tools/__init__.py
src/gateway/tools/mock_crm.py
src/gateway/tools/mock_downstream.py
src/gateway/tools/mock_support.py
src/gateway/tools/provisioning.py
src/gateway/usage/__init__.py
src/gateway/usage/logger.py
src/gateway/usage/otel.py
src/gateway/views/__init__.py
src/gateway/views/dashboard.py
src/gateway/views/onboard.py
src/gateway/views/workspace.py
src/slack_gateway/__init__.py
src/slack_gateway/__main__.py
src/slack_gateway/server.py
tests/test_admin_lifecycle.py
tests/test_admin_presets.py
tests/test_admin_requests.py
tests/test_admin_ui.py
tests/test_alerting.py
tests/test_contributions.py
tests/test_conversational_provisioning.py
tests/test_cost_metering.py
tests/test_crash_guard.py
tests/test_cross_tenant.py
tests/test_dashboard.py
tests/test_dashboard_health.py
tests/test_db_capabilities.py
tests/test_db_connectivity.py
tests/test_diagnostics.py
tests/test_dialects.py
tests/test_downstream_enforcement.py
tests/test_downstream_governance.py
tests/test_downstream_registry.py
tests/test_feedback.py
tests/test_full_lifecycle.py
tests/test_golden_path.py
tests/test_health.py
tests/test_health_history.py
tests/test_hosted_server.py
tests/test_hot_reload.py
tests/test_http_proxy_integration.py
tests/test_http_transport.py
tests/test_install.py
tests/test_invite_governance.py
tests/test_jwks_verify.py
tests/test_jwt_helpers.py
tests/test_lifecycle.py
tests/test_login.py
tests/test_mock_tools.py
tests/test_multi_preset.py
tests/test_notification_fix.py
tests/test_oauth_auto_provision.py
tests/test_observability.py
tests/test_onboard.py
tests/test_open_enrollment.py
tests/test_p4b_versioning_approval.py
tests/test_page_testing.py
tests/test_prompt_sanitize.py
tests/test_proxy_integration.py
tests/test_proxy_with_server_everything.py
tests/test_recover.py
tests/test_regressions_aiw67.py
tests/test_request_workflows.py
tests/test_sanitizer.py
tests/test_scoped_admin_governance.py
tests/test_server_versions.py
tests/test_sessions.py
tests/test_signup.py
tests/test_skill_lifecycle.py
tests/test_skills_as_prompts.py
tests/test_url_normalization.py
tests/test_usage_stats.py
tests/test_webhooks.py
tests/test_workspace.py
tests/test_workspace_id_inserts.py