PlatformInfoController

class PlatformInfoController(agentPlatform: AgentPlatform, modelProvider: <Error class: unknown class>)

Provides endpoints to retrieve general platform information, including agents, goals, actions, and conditions.

Constructors

Link copied to clipboard
constructor(agentPlatform: AgentPlatform, modelProvider: <Error class: unknown class>)

Functions

Link copied to clipboard

Returns a list of all actions available on the platform (across all agents).

Link copied to clipboard

Returns a list of all agents deployed on the platform.

Link copied to clipboard

Returns a list of all conditions available on the platform (across all agents).

Link copied to clipboard
fun getGoals(): Set<Goal>

Returns a list of all goals known to the platform (across all agents).

Link copied to clipboard
fun getModels(): List<<Error class: unknown class>>

Returns a list of all models available on the platform (across all agents).

Link copied to clipboard

Returns general platform information, including the number of agents, actions, goals, and conditions.

Link copied to clipboard