aigentic
0.5.0-SNAPSHOT
common
core
/
community.flock.aigentic.core.platform
/
PlatformClient
Platform
Client
interface
PlatformClient
Members
Functions
get
Runs
Link copied to clipboard
abstract
suspend
fun
getRuns
(
tags
:
List
<
RunTag
>
)
:
List
<
Pair
<
RunId
,
AgentRun
<
String
>
>
>
send
Run
Link copied to clipboard
abstract
suspend
fun
<
I
:
Any
,
O
:
Any
>
sendRun
(
run
:
AgentRun
<
O
>
,
agent
:
Agent
<
I
,
O
>
,
outputSerializer
:
KSerializer
<
O
>
)
:
RunSentResult