nemo_gym.cli.agents

View as Markdown

Module Contents

Functions

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

API

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.