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/config.py
src/gateway/dashboard.py
src/gateway/install.py
src/gateway/onboard.py
src/gateway/onboard_cli.py
src/gateway/server.py
src/gateway/workspace.py
src/gateway/admin/__init__.py
src/gateway/admin/contributions.py
src/gateway/admin/cost.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/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/sanitize.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/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/lifecycle.py
src/gateway/db/queries.py
src/gateway/db/requests.py
src/gateway/db/usage.py
src/gateway/db/utils.py
src/gateway/db/webhooks.py
src/gateway/proxy/__init__.py
src/gateway/proxy/client.py
src/gateway/proxy/watcher.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/usage/__init__.py
src/gateway/usage/logger.py
src/slack_gateway/__init__.py
src/slack_gateway/__main__.py
src/slack_gateway/server.py
tests/test_admin_lifecycle.py
tests/test_contributions.py
tests/test_cost_metering.py
tests/test_crash_guard.py
tests/test_dashboard.py
tests/test_db_connectivity.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_hot_reload.py
tests/test_http_proxy_integration.py
tests/test_http_transport.py
tests/test_install.py
tests/test_jwks_verify.py
tests/test_jwt_helpers.py
tests/test_lifecycle.py
tests/test_mock_tools.py
tests/test_multi_preset.py
tests/test_notification_fix.py
tests/test_onboard.py
tests/test_p4b_versioning_approval.py
tests/test_proxy_integration.py
tests/test_request_workflows.py
tests/test_sanitizer.py
tests/test_scoped_admin_governance.py
tests/test_sessions.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