Skip to main content

JoinParams

Defined in the protocols module.
AI Agent Validated legacy join frame — the pre-hello handshake. Retained so the legacy path shares the same single validating decode step instead of its own separate hand-written guards. Attributes: agent_id: The agent to connect to. min_version: Minimum protocol version the client supports. max_version: Maximum protocol version the client supports. session_id: Optional session to resume.

Properties

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

Methods

from_frame()

Validate a raw join frame into typed params.

Source

View on GitHub

praisonaiagents/gateway/protocols.py at line 540