> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Hello Result • AI Agent SDK

> HelloResult: Result of a successful handshake negotiation.

# HelloResult

> Defined in the [**protocols**](../modules/protocols) module.

<Badge color="blue">AI Agent</Badge>

Result of a successful handshake negotiation.

Attributes:
protocol: The negotiated protocol version
features: Supported methods and events
policy: Gateway policy limits (max\_payload, heartbeat\_ms, etc.)
session\_id: The session ID for this connection
resumed: Whether an existing session was resumed
cursor: Current event cursor position

## Properties

<ResponseField name="protocol" type="int">
  No description available.
</ResponseField>

<ResponseField name="features" type="Dict">
  No description available.
</ResponseField>

<ResponseField name="policy" type="Dict[str, int]">
  No description available.
</ResponseField>

<ResponseField name="session_id" type="str">
  No description available.
</ResponseField>

<ResponseField name="resumed" type="bool">
  No description available.
</ResponseField>

<ResponseField name="cursor" type="int">
  No description available.
</ResponseField>

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/gateway/protocols.py#L288">
  `praisonaiagents/gateway/protocols.py` at line 288
</Card>
