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

# nemo_gym.cli.agents

## Module Contents

### Functions

| Name                                              | Description                                                                          |
| ------------------------------------------------- | ------------------------------------------------------------------------------------ |
| [`list_agents`](#nemo_gym-cli-agents-list_agents) | CLI command: list discovered agent harnesses and how each composes (Pattern A vs B). |

### API

```python
nemo_gym.cli.agents.list_agents() -> None
```

CLI command: list discovered agent harnesses and how each composes (Pattern A vs B).

Complements `gym list benchmarks`: the asset selectors resolve a component *by name*, but only
this listing surfaces which agents are freely wireable into a separate environment (Pattern A)
versus self-contained harnesses that run with their own config (Pattern B) — the distinction the
config composer's compatibility guard relies on.