Complete API reference for the Agents class including all methods and properties
configuration
(Configuration, optional): SDK configuration. If not provided, uses environment variables.alist()
AgentsListItem
objects containing agent summaries.
Example:
ModuleException
: If the request fails or authentication is invalid.list()
AgentsListItem
objects containing agent summaries.
Example:
ModuleException
: If the request fails or authentication is invalid.aget(agent_id, version=None)
agent_id
(str): Unique identifier for the agentversion
(int, optional): Specific version of the agent to retrieve. If not provided, retrieves the latest version.Agent
object with full configuration.
Example:
ModuleException
: If the agent is not found or access is denied.get(agent_id, version=None)
agent_id
(str): Unique identifier for the agentversion
(int, optional): Specific version of the agent to retrieve. If not provided, retrieves the latest version.Agent
object with full configuration.
Example:
ModuleException
: If the agent is not found or access is denied.Agent
: Individual agent with full capabilitiesAgentsListItem
: Agent summary from list operationsConfiguration
: SDK configuration