PresenceInfo
Defined in the protocols module.AI Agent Presence information for a connected client. Attributes: client_id: Client identifier status: Presence status (“online”, “idle”, “offline”) last_seen: Last heartbeat timestamp metadata: Client-provided metadata (e.g., display name) channels: Channels this client is subscribed to
Properties
str
No description available.
str
No description available.
float
No description available.
Dict[str, Any]
No description available.
List[str]
No description available.
Internal & Generic Methods
Internal & Generic Methods
- from_dict: Create from dictionary.
- to_dict: Convert to dictionary for serialization.
Source
View on GitHub
praisonaiagents/gateway/protocols.py at line 1232
