Skip to main content

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.
  • from_dict: Create from dictionary.
  • to_dict: Convert to dictionary for serialization.

Source

View on GitHub

praisonaiagents/gateway/protocols.py at line 1232