AiAgentClient manages AI agent interactions, including listing agents, handling real-time chat responses, and processing AI status updates through WebSocket notifications.
Retrieves an instance of AiAgentReference for a specific agent ID. This reference provides methods for interacting with the agent.
Lists all agents available in the system.
A promise that resolves to an array of AiAgent instances.
AiAgentClient manages AI agent interactions, including listing agents, handling real-time chat responses, and processing AI status updates through WebSocket notifications.