> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/nemo/relay/llms.txt.
> For full documentation content, see https://docs.nvidia.com/nemo/relay/llms-full.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/nemo/relay/_mcp/server.

# nemo_relay.integrations.deepagents

> NeMo Relay integrations for Deep Agents.

Generated from `python/nemo_relay/integrations/deepagents/__init__.py`.

Module `nemo_relay.integrations.deepagents`.

NeMo Relay integrations for Deep Agents.

## Functions

### `add_nemo_relay_integration`

```python
def add_nemo_relay_integration(kwargs: Mapping[str, Any] | None = None, *, instrument_subagents: bool = True, **overrides: Any) -> dict[str, Any]
```

Receives the keyword arguments for `create_deep_agent` and returns them with NeMo Relay observability attached.

## Re-exports

* `NemoRelayDeepAgentsCallbackHandler`
* `NemoRelayDeepAgentsMiddleware`