agentcompass list shows the benchmarks, harnesses, environments, and analyzers registered in the current
AgentCompass installation so you can find the component IDs required by run and configuration commands.
Inspect Component IDs
These commands sort rows by ID and print tables to the terminal. To inspect configuration fields and defaults for a
benchmark, harness, or environment, use
agentcompass config docs.
Export a Markdown Inventory
Uselist dump to export benchmarks, harnesses, model API protocols, and analyzers to one file:
agentcompass_components.md in the current working directory, replacing an existing file with the
same name, and then prints its absolute path. The export does not include environments; use agentcompass list env to
inspect them separately.
Interpret the Results
The output reflects the AgentCompass installation that runs the command. Run the relevant command again after upgrading, switching versions, or changing installations. A registered component ID means AgentCompass can resolve that ID; it does not validate dependencies, credentials, or every possible component combination. Before running an evaluation, consult the corresponding Benchmark, Harness, and Environment documentation.agentcompass list has no model subcommand. Model IDs come from the connected endpoint or provider; the model API
protocols in list dump are communication protocols, not model IDs. See
Configure Models.