LICENSE
README.md
pyproject.toml
setup.py
src/domain/email/schemas.py
src/domain/email/service.py
src/flerity_core/__init__.py
src/flerity_core/config.py
src/flerity_core/py.typed
src/flerity_core.egg-info/PKG-INFO
src/flerity_core.egg-info/SOURCES.txt
src/flerity_core.egg-info/dependency_links.txt
src/flerity_core.egg-info/requires.txt
src/flerity_core.egg-info/top_level.txt
src/flerity_core/db/__init__.py
src/flerity_core/db/engine.py
src/flerity_core/db/rls.py
src/flerity_core/db/typing.py
src/flerity_core/db/uow.py
src/flerity_core/domain/__init__.py
src/flerity_core/domain/ai/__init__.py
src/flerity_core/domain/ai/bedrock_client.py
src/flerity_core/domain/ai/blocklist_repository.py
src/flerity_core/domain/ai/cache.py
src/flerity_core/domain/ai/conversation_analyzer.py
src/flerity_core/domain/ai/embedding_client.py
src/flerity_core/domain/ai/feedback_repository.py
src/flerity_core/domain/ai/feedback_schemas.py
src/flerity_core/domain/ai/feedback_service.py
src/flerity_core/domain/ai/feedback_vector_service.py
src/flerity_core/domain/ai/metrics.py
src/flerity_core/domain/ai/moderation.py
src/flerity_core/domain/ai/prompt_formatter.py
src/flerity_core/domain/ai/prompts_repository.py
src/flerity_core/domain/ai/rag_service.py
src/flerity_core/domain/ai/rate_limiter.py
src/flerity_core/domain/ai/repository.py
src/flerity_core/domain/ai/schemas.py
src/flerity_core/domain/ai/service.py
src/flerity_core/domain/ai/service_updated.py
src/flerity_core/domain/ai/service_with_formatter.py
src/flerity_core/domain/analytics/__init__.py
src/flerity_core/domain/analytics/cache.py
src/flerity_core/domain/analytics/repository.py
src/flerity_core/domain/analytics/schemas.py
src/flerity_core/domain/analytics/scoring.py
src/flerity_core/domain/analytics/service.py
src/flerity_core/domain/auth/repository.py
src/flerity_core/domain/auth/schemas.py
src/flerity_core/domain/auth/service.py
src/flerity_core/domain/auth/social_validators.py
src/flerity_core/domain/catalogs/__init__.py
src/flerity_core/domain/catalogs/repository.py
src/flerity_core/domain/catalogs/schemas.py
src/flerity_core/domain/catalogs/service.py
src/flerity_core/domain/devices/repository.py
src/flerity_core/domain/devices/schemas.py
src/flerity_core/domain/devices/service.py
src/flerity_core/domain/integrations/__init__.py
src/flerity_core/domain/integrations/repository.py
src/flerity_core/domain/integrations/schemas.py
src/flerity_core/domain/integrations/service.py
src/flerity_core/domain/invitations/repository.py
src/flerity_core/domain/invitations/schemas.py
src/flerity_core/domain/invitations/service.py
src/flerity_core/domain/legal/__init__.py
src/flerity_core/domain/legal/repository.py
src/flerity_core/domain/legal/schemas.py
src/flerity_core/domain/legal/service.py
src/flerity_core/domain/notifications/__init__.py
src/flerity_core/domain/notifications/push_sender.py
src/flerity_core/domain/notifications/repository.py
src/flerity_core/domain/notifications/schemas.py
src/flerity_core/domain/notifications/service.py
src/flerity_core/domain/onboarding/__init__.py
src/flerity_core/domain/onboarding/repository.py
src/flerity_core/domain/onboarding/schemas.py
src/flerity_core/domain/onboarding/service.py
src/flerity_core/domain/subscription/__init__.py
src/flerity_core/domain/subscription/config.py
src/flerity_core/domain/subscription/db_optimization.py
src/flerity_core/domain/subscription/logging.py
src/flerity_core/domain/subscription/metrics.py
src/flerity_core/domain/subscription/quota_reset_task.py
src/flerity_core/domain/subscription/quota_service.py
src/flerity_core/domain/subscription/repository.py
src/flerity_core/domain/subscription/revenuecat_client.py
src/flerity_core/domain/subscription/schemas.py
src/flerity_core/domain/subscription/service.py
src/flerity_core/domain/subscription/webhook_handler.py
src/flerity_core/domain/telemetry/__init__.py
src/flerity_core/domain/telemetry/repository.py
src/flerity_core/domain/telemetry/schemas.py
src/flerity_core/domain/telemetry/service.py
src/flerity_core/domain/threads/__init__.py
src/flerity_core/domain/threads/cache.py
src/flerity_core/domain/threads/cache_warmer.py
src/flerity_core/domain/threads/integration_service.py
src/flerity_core/domain/threads/monitoring.py
src/flerity_core/domain/threads/repository.py
src/flerity_core/domain/threads/schemas.py
src/flerity_core/domain/threads/service.py
src/flerity_core/domain/threads/tracking/__init__.py
src/flerity_core/domain/threads/tracking/exceptions.py
src/flerity_core/domain/threads/tracking/notification_service.py
src/flerity_core/domain/threads/tracking/repository.py
src/flerity_core/domain/threads/tracking/schemas.py
src/flerity_core/domain/threads/tracking/service.py
src/flerity_core/domain/users/__init__.py
src/flerity_core/domain/users/repository.py
src/flerity_core/domain/users/schemas.py
src/flerity_core/domain/users/service.py
src/flerity_core/locales/en-US.json
src/flerity_core/locales/es-ES.json
src/flerity_core/locales/pt-BR.json
src/flerity_core/metrics/__init__.py
src/flerity_core/mq/__init__.py
src/flerity_core/mq/factory.py
src/flerity_core/mq/inmem.py
src/flerity_core/mq/ports.py
src/flerity_core/mq/rabbitmq.py
src/flerity_core/mq/redis.py
src/flerity_core/mq/sqs.py
src/flerity_core/mq/utils.py
src/flerity_core/orchestration/__init__.py
src/flerity_core/orchestration/ai_orchestrator.py
src/flerity_core/outbox/__init__.py
src/flerity_core/outbox/dispatcher.py
src/flerity_core/outbox/repository.py
src/flerity_core/outbox/schemas.py
src/flerity_core/outbox/service.py
src/flerity_core/utils/__init__.py
src/flerity_core/utils/clock.py
src/flerity_core/utils/codes.py
src/flerity_core/utils/config.py
src/flerity_core/utils/crypto.py
src/flerity_core/utils/domain_logger.py
src/flerity_core/utils/email.py
src/flerity_core/utils/enhanced_logging.py
src/flerity_core/utils/error_logging.py
src/flerity_core/utils/errors.py
src/flerity_core/utils/i18n.py
src/flerity_core/utils/idempotency.py
src/flerity_core/utils/ids.py
src/flerity_core/utils/jsonx.py
src/flerity_core/utils/jwt.py
src/flerity_core/utils/logging.py
src/flerity_core/utils/otel_config.py
src/flerity_core/utils/pagination.py
src/flerity_core/utils/rate_limiting.py
src/flerity_core/utils/redis_client.py
src/flerity_core/utils/request_tracking.py
src/flerity_core/utils/retry.py
src/flerity_core/utils/structured_logging.py
src/flerity_core/utils/tracing.py
src/flerity_core/utils/validation.py
tests/test_social_auth.py