PushConfig
Defined in the config module.AI Agent Top-level configuration for the push notification service. All push capabilities are opt-in. When enabled=False (default), zero overhead is added to the gateway. Attributes: enabled: Feature toggle (push is opt-in) redis: Redis config for cross-server scaling (None = local-only) presence: Presence tracking settings delivery: Delivery guarantee settings polling: Polling fallback settings
Properties
bool
No description available.
Optional[RedisConfig]
No description available.
PresenceConfig
No description available.
DeliveryConfig
No description available.
PollingConfig
No description available.
Internal & Generic Methods
Internal & Generic Methods
- to_dict: Convert to dictionary.
Source
View on GitHub
praisonaiagents/gateway/config.py at line 498
