Skip to main content

HelloParams

Defined in the protocols module.
AI Agent Parameters for initiating a versioned handshake. Attributes: agent_id: The agent to connect to protocol_min: Minimum protocol version the client supports protocol_max: Maximum protocol version the client supports capabilities: Optional list of capability tokens the client supports session_id: Optional session to resume since: Optional cursor for event replay

Properties

str
No description available.
int
No description available.
int
No description available.
List[str]
No description available.
Optional[str]
No description available.
Optional[int]
No description available.
str
No description available.

Source

View on GitHub

praisonaiagents/gateway/protocols.py at line 266