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

# autogen.agentchat.realtime.experimental.realtime_agent.RealtimeAgentCallbacks

<h2 id="autogen.agentchat.realtime.experimental.realtime_agent.RealtimeAgentCallbacks" class="doc doc-heading">
  <code class="doc-symbol doc-symbol-heading doc-symbol-class" />

  <span class="doc doc-object-name doc-class-name">RealtimeAgentCallbacks</span>
</h2>

```python theme={null}
RealtimeAgentCallbacks(on_observers_ready: Callable[[], Any] = &lt;function RealtimeAgentCallbacks.&lt;lambda&gt;&gt;)
```

Callbacks for the Realtime Agent.

<b>Parameters:</b>

| Name                 | Description                                                                                        |
| -------------------- | -------------------------------------------------------------------------------------------------- |
| `on_observers_ready` | **Type:** Callable\[\[], Any]<br /><br />**Default:** \<function RealtimeAgentCallbacks.\<lambda>> |

### Instance Methods

<code class="doc-symbol doc-symbol-heading doc-symbol-method" />

#### on\_observers\_ready

```python theme={null}
on_observers_ready() -> Callable[[], Any]
```

<br />
