aigentic
0.5.0-SNAPSHOT
common
core
/
community.flock.aigentic.core.platform
/
Platform
Platform
interface
Platform
Members
Members & Extensions
Properties
api
Url
Link copied to clipboard
abstract
val
apiUrl
:
PlatformApiUrl
authentication
Link copied to clipboard
abstract
val
authentication
:
Authentication.BasicAuth
client
Link copied to clipboard
abstract
val
client
:
PlatformClient
Functions
get
Runs
Link copied to clipboard
inline suspend
fun
<
O
:
Any
>
Platform
.
getRuns
(
tags
:
List
<
RunTag
>
)
:
List
<
Pair
<
RunId
,
AgentRun
<
O
>
>
>
send
Run
Link copied to clipboard
inline suspend
fun
<
I
:
Any
,
O
:
Any
>
Platform
.
sendRun
(
run
:
AgentRun
<
O
>
,
agent
:
Agent
<
I
,
O
>
)
:
RunSentResult