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

# push • Rust AI Agent SDK

> push: Push agent to chain

# push

<div className="flex items-center gap-2">
  <Badge color="purple">Method</Badge>
</div>

> This is a method of the [**HandoffChain**](../classes/HandoffChain) class in the [**handoff**](../modules/handoff) module.

Push agent to chain

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def push(&self, agent_name: impl Into<String>) -> ()
```

## Parameters

<ParamField query="agent_name" type="impl Into<String>" required={true}>
  No description available.
</ParamField>

### Returns

<ResponseField name="Returns" type="()">
  The result of the operation.
</ResponseField>
