Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
data class AgentProcessStatus(val id: String, val status: AgentProcessStatusCode, val timestamp: Instant, val runningTime: Duration, val result: Any?, val statusUrl: String = "/api/v1/process/", val sseUrl: String = "/events/process/") : OperationStatus<AgentProcessStatusCode>

Return status of the process and URLs for status and SSE streaming.

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

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

Link copied to clipboard
data class PlatformInfoSummary(val agentCount: Int, val agentNames: Set<String>, val actionCount: Int, val goalCount: Int, val conditionCount: Int, val name: String, val domainTypes: Set<String>, val models: List<<Error class: unknown class>>, val toolGroups: List<ToolGroupMetadata>)

DTO for platform information summary.