> ## 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.

# Handoff Result • AI Agent SDK

> HandoffResult: Result of a handoff operation.

# HandoffResult

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

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

Result of a handoff operation.

## Properties

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

<ResponseField name="response" type="Optional">
  No description available.
</ResponseField>

<ResponseField name="target_agent" type="Optional">
  No description available.
</ResponseField>

<ResponseField name="source_agent" type="Optional">
  No description available.
</ResponseField>

<ResponseField name="duration_seconds" type="float">
  No description available.
</ResponseField>

<ResponseField name="error" type="Optional">
  No description available.
</ResponseField>

<ResponseField name="handoff_depth" 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/agent/handoff.py#L175">
  `praisonaiagents/agent/handoff.py` at line 175
</Card>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Handoffs Concept" icon="hand-holding" href="/docs/concepts/handoffs" />

  <Card title="Handoffs Feature" icon="arrow-right-arrow-left" href="/docs/features/handoffs" />
</CardGroup>
