Skip to main content

ChannelInfo

Defined in the protocols module.
AI Agent Metadata about a push channel/topic. Attributes: name: Channel name (unique identifier) created_at: Channel creation timestamp metadata: Arbitrary channel metadata subscriber_count: Current number of subscribers

Properties

str
No description available.
float
No description available.
Dict[str, Any]
No description available.
int
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 1196