Method create_agent
is not related to remote agent creation. It exists to create ChatAgent
instance, while remote agent creation is a responsibility of the service that supports it (e.g. AzureAIAgentClient
). Based on that, name create_agent
may be confusing for developers who expect their agents to be created remotely, when it's not always the case.
One of the potential alternatives is get_agent
name.