Platform Info Controller
class PlatformInfoController(agentPlatform: AgentPlatform, modelProvider: <Error class: unknown class>)
Provides endpoints to retrieve general platform information, including agents, goals, actions, and conditions.
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
Returns general platform information, including the number of agents, actions, goals, and conditions.
Link copied to clipboard