AigenticPlatformClient

class AigenticPlatformClient(basicAuth: Authentication.BasicAuth, apiUrl: PlatformApiUrl, endpoints: PlatformEndpoints = AigenticPlatformEndpoints(basicAuth, apiUrl, null)) : PlatformClient

Constructors

Link copied to clipboard
constructor(basicAuth: Authentication.BasicAuth, apiUrl: PlatformApiUrl, endpoints: PlatformEndpoints = AigenticPlatformEndpoints(basicAuth, apiUrl, null))

Functions

Link copied to clipboard
open suspend override fun getRuns(tags: List<RunTag>): List<Pair<RunId, AgentRun<String>>>
Link copied to clipboard
open suspend override fun <I : Any, O : Any> sendRun(run: AgentRun<O>, agent: Agent<I, O>, outputSerializer: KSerializer<O>): RunSentResult