aigentic
0.10.0-SNAPSHOT
common
platform
/
community.flock.aigentic.platform.client
/
PlatformEndpoints
Platform
Endpoints
interface
PlatformEndpoints
:
Gateway.Handler
,
GetRuns.Handler
Inheritors
AigenticPlatformEndpoints
Members
Functions
gateway
Link copied to clipboard
abstract
suspend
fun
gateway
(
request
:
Gateway.Request
)
:
Gateway.Response
<
*
>
get
Runs
Link copied to clipboard
abstract
suspend
fun
getRuns
(
request
:
GetRuns.Request
)
:
GetRuns.Response
<
*
>