To list all agents, run the following command:Use the orchestrate agents list command to list all agents in your environment. You can also use the --verbose (-v) flag to get detailed information about each agent in JSON format.
Use the orchestrate agents export command to export an agent configuration from your active environment.You can export the full agent configuration with all its dependencies (default), or only the agent configuration by including the --agent-only flag.
The path where the exported agent file will be saved. When using --agent-only this will be the yaml spec of the agent. When not using --agent-only this will be a zip file containing the agent, its collaborators, its knowledge bases and Python tools.
--agent-only
—
No
Exports only the agent configuration without its dependencies.
Note:
Agentic workflow tools are only exported when you use a local environment with watsonx Orchestrate Developer Edition.