nemo_gym.cli.agents
nemo_gym.cli.agents
Module Contents
Functions
API
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.