nemo_gym.cli.agents

View as Markdown

Module Contents

Functions

NameDescription
_inspect_agentRender the gym list agents <name> inspect view for one agent (thin: no usage example).
list_agentsList discovered agent harnesses and how each composes (Pattern A vs. self-contained B), or inspect one

API

nemo_gym.cli.agents._inspect_agent(
name: str,
agents: dict,
global_config_dict
) -> None

Render the gym list agents <name> inspect view for one agent (thin: no usage example).

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

List discovered agent harnesses and how each composes (Pattern A vs. self-contained B), or inspect one by name (gym list agents <name>). Optionally filtered by a query (the gym search agents entry point). --search-dir adds extra roots on top of the cwd and built-ins.