Agents
Managing Agents
Manage the agents in your active environment.
Listing agents
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
) argument to get detailed information about each agent in JSON format.
[BASH]
Exporting agents
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
argument.
[BASH]
Updating agents
To update an agent, run the import command again using the same agent name as the agent you want to update.
[BASH]
Removing agent
To remove an existing agent, run the following command:
[BASH]