Module

Yoga.ACP.Client

Package
purescript-yoga-acp-om
Repository
rowtype-yoga/purescript-yoga-acp-om

#ping Source

ping :: forall ctx err. Om { acpBaseUrl :: String | ctx } (acpError :: ACPError | err) Unit

#listAgents Source

listAgents :: forall ctx err. Strom { acpBaseUrl :: String | ctx } (acpError :: ACPError | err) AgentManifest

#listAgentsPage Source

listAgentsPage :: forall ctx err. Pagination -> Strom { acpBaseUrl :: String | ctx } (acpError :: ACPError | err) AgentManifest

#getAgent Source

getAgent :: forall ctx err. AgentName -> Strom { acpBaseUrl :: String | ctx } (acpError :: ACPError | err) AgentManifest

#createRun Source

createRun :: forall ctx err. CreateRunRequest -> Strom { acpBaseUrl :: String | ctx } (acpError :: ACPError | err) ACPEvent

#getRun Source

getRun :: forall ctx err. RunId -> Strom { acpBaseUrl :: String | ctx } (acpError :: ACPError | err) Run

#cancelRun Source

cancelRun :: forall ctx err. RunId -> Strom { acpBaseUrl :: String | ctx } (acpError :: ACPError | err) Run

#resumeRun Source

resumeRun :: forall ctx err. RunId -> ResumeRunRequest -> Strom { acpBaseUrl :: String | ctx } (acpError :: ACPError | err) ACPEvent

#listRunEvents Source

listRunEvents :: forall ctx err. RunId -> Strom { acpBaseUrl :: String | ctx } (acpError :: ACPError | err) ACPEvent

#getSession Source

getSession :: forall ctx err. SessionId -> Strom { acpBaseUrl :: String | ctx } (acpError :: ACPError | err) Session