AgentClient

interface AgentClient

Client for communicating with the Agents.

Inheritors

Functions

Link copied to clipboard
abstract suspend fun callAgent(agentRequest: AgentRequest, url: String? = null): Flow<AgentResult>

Calls the agent with the given request. If a url is not provided, the client will use the default url.