> ## Documentation Index
> Fetch the complete documentation index at: https://agent-compass.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# agentcompass list

> Inspect the components registered by the installed AgentCompass revision.

`agentcompass list` discovers the components available in the current installation:

```bash theme={"system"}
agentcompass list COMMAND
```

## Subcommands

| Command                       | Output                                                              |
| ----------------------------- | ------------------------------------------------------------------- |
| `agentcompass list benchmark` | Registered benchmark ids and descriptions.                          |
| `agentcompass list harness`   | Registered harness ids and descriptions.                            |
| `agentcompass list env`       | Registered environment-provider ids and descriptions.               |
| `agentcompass list analyzer`  | Registered analyzer ids and descriptions.                           |
| `agentcompass list dump`      | Markdown inventory of supported components and model API protocols. |

The table commands write to the terminal. `list dump` writes `agentcompass_components.md` in the current working
directory:

```bash theme={"system"}
agentcompass list dump
```

Registry output reflects the current checkout and installed extras. Run it again after changing branches, pulling new
integrations, or loading another AgentCompass installation.

The registry proves that a component is installed; it does not prove every benchmark/harness/environment/protocol
combination is compatible. Use the corresponding [Benchmarks](/en/user_guide/modules/benchmarks/overview),
[Harnesses](/en/user_guide/modules/harnesses/overview), [Models](/en/user_guide/modules/models/overview), and
[Environments](/en/user_guide/modules/environments/overview) pages to select a supported combination.
